diff options
| author | Paul Buetow <paul@buetow.org> | 2013-04-06 13:14:48 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2013-04-06 13:14:48 +0200 |
| commit | bf5fc4cc4a15e8e57db58c2e065e0f5adbd8e800 (patch) | |
| tree | 855a98aec6d09361074c9725e08063553044ecfb /src/incl.h | |
| parent | d9c4a95345bd758e45196b29368bd2ff0f2790e3 (diff) | |
tagging ychat-0.7.9.3ychat-0.7.9.3
Diffstat (limited to 'src/incl.h')
| -rwxr-xr-x | src/incl.h | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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" |
