aboutsummaryrefslogtreecommitdiff
path: root/main.cpp
diff options
context:
space:
mode:
authorFranklin Wei <franklin@fwei.tk>2014-06-23 17:24:13 +0000
committerFranklin Wei <franklin@fwei.tk>2014-06-23 17:24:13 +0000
commitd475113ce1b325aa06e875ef0599e03c882da1de (patch)
tree4f058c7f77a97b6b196817c5ec200e75d1d2acfc /main.cpp
parent7c3ee246fb626ab09b3b05055efdfaf3a00e60e7 (diff)
downloadwargames-server-d475113ce1b325aa06e875ef0599e03c882da1de.zip
wargames-server-d475113ce1b325aa06e875ef0599e03c882da1de.tar.gz
wargames-server-d475113ce1b325aa06e875ef0599e03c882da1de.tar.bz2
wargames-server-d475113ce1b325aa06e875ef0599e03c882da1de.tar.xz
added missing include
Diffstat (limited to 'main.cpp')
-rw-r--r--main.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.cpp b/main.cpp
index 6b2dbb3..b2c31db 100644
--- a/main.cpp
+++ b/main.cpp
@@ -1,5 +1,6 @@
#include <iostream>
#include <joshua.h>
+#include <curses.h>
using namespace std;
int main()
{