diff options
Diffstat (limited to 'net/tools/flip_server/simple_buffer.h')
-rw-r--r-- | net/tools/flip_server/simple_buffer.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/tools/flip_server/simple_buffer.h b/net/tools/flip_server/simple_buffer.h index 33a6a0c..c10558a 100644 --- a/net/tools/flip_server/simple_buffer.h +++ b/net/tools/flip_server/simple_buffer.h @@ -8,6 +8,7 @@ #include <string> #include "net/tools/flip_server/buffer_interface.h" +#include "net/tools/flip_server/other_defines.h" namespace net { @@ -19,7 +20,7 @@ class SimpleBuffer : public BufferInterface { delete[] storage_; } - string str() const; + std::string str() const; typedef char * iterator; typedef const char * const_iterator; |