summaryrefslogtreecommitdiff
path: root/include/connection.h
diff options
context:
space:
mode:
authorrandomdan <randomdan@e03df62e-2008-0410-955e-edbf42e46eb7>2003-07-22 21:56:38 +0000
committerrandomdan <randomdan@e03df62e-2008-0410-955e-edbf42e46eb7>2003-07-22 21:56:38 +0000
commit61b45c935dbb50c280970c9f431fd1c7ef4eb680 (patch)
treeaf2d10b329c9ef362d97c884827dd1e0a11841b4 /include/connection.h
parente1cc6b33f4e5510f65d8cfeb62b0f31d567e1bbf (diff)
STL namespace fixes
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@176 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/connection.h')
-rw-r--r--include/connection.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/connection.h b/include/connection.h
index 763b17fb5..a8f7372d9 100644
--- a/include/connection.h
+++ b/include/connection.h
@@ -5,7 +5,7 @@
#include "inspircd_config.h"
#include "base.h"
#include <string>
-#include <map.h>
+#include <map>
#include <sys/socket.h>
#include <sys/types.h>
#include <netdb.h>