summaryrefslogtreecommitdiff
blob: 8cfead22a27dfb1b4af97fe394feba8c01da5c19 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/src/init.cpp
+++ b/src/init.cpp
@@ -26,6 +26,8 @@
 #include "scorescreen.h"
 #include <fstream>
 #include <iostream>
+#include <cstdlib>
+#include <cstring>
 using namespace std;