summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--server/connection.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/server/connection.h b/server/connection.h
index fdc5fd1..ba1f7bb 100644
--- a/server/connection.h
+++ b/server/connection.h
@@ -9,6 +9,7 @@
#include "common.h"
#include <map>
+#include <string>
typedef std::map<std::string,std::string> tStrStrMap;
typedef std::pair<std::string,std::string> tStrStr;