diff options
Diffstat (limited to 'src/blob.hpp')
-rw-r--r-- | src/blob.hpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/blob.hpp b/src/blob.hpp index 3c54ac3..8f5ee8d 100644 --- a/src/blob.hpp +++ b/src/blob.hpp @@ -23,6 +23,10 @@ #include <string> +#if (defined(__GNUC__) && (__GNUC__ == 3)) +#include "gcc_421_char_traits.hpp" +#endif + namespace zmq { |