summaryrefslogtreecommitdiff
path: root/src/incl.h
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2013-04-06 13:14:48 +0200
committerPaul Buetow <paul@buetow.org>2013-04-06 13:14:48 +0200
commitbf5fc4cc4a15e8e57db58c2e065e0f5adbd8e800 (patch)
tree855a98aec6d09361074c9725e08063553044ecfb /src/incl.h
parentd9c4a95345bd758e45196b29368bd2ff0f2790e3 (diff)
tagging ychat-0.7.9.3ychat-0.7.9.3
Diffstat (limited to 'src/incl.h')
-rwxr-xr-xsrc/incl.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/incl.h b/src/incl.h
index d62a57f..31e220c 100755
--- a/src/incl.h
+++ b/src/incl.h
@@ -1,9 +1,13 @@
-#include <iostream>
#include <pthread.h>
+#include <iostream>
#include <string>
+#include <map>
+
#include "glob.h"
+
#ifdef NCURSES
#include <ncurses.h>
#endif
+
#include "msgs.h"
#include "wrap.h"