diff options
| author | Franklin Wei <franklin@fwei.tk> | 2014-06-23 17:24:13 +0000 |
|---|---|---|
| committer | Franklin Wei <franklin@fwei.tk> | 2014-06-23 17:24:13 +0000 |
| commit | d475113ce1b325aa06e875ef0599e03c882da1de (patch) | |
| tree | 4f058c7f77a97b6b196817c5ec200e75d1d2acfc /main.cpp | |
| parent | 7c3ee246fb626ab09b3b05055efdfaf3a00e60e7 (diff) | |
| download | wargames-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.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,5 +1,6 @@ #include <iostream> #include <joshua.h> +#include <curses.h> using namespace std; int main() { |