aboutsummaryrefslogtreecommitdiff
path: root/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'main.cpp')
-rw-r--r--main.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/main.cpp b/main.cpp
index b2c31db..d21db5c 100644
--- a/main.cpp
+++ b/main.cpp
@@ -1,6 +1,7 @@
-#include <iostream>
#include <joshua.h>
+
#include <curses.h>
+#include <iostream>
using namespace std;
int main()
{