summaryrefslogtreecommitdiff
path: root/src/Model/Game.hpp
diff options
context:
space:
mode:
authormanzerbredes <loic.guegan_secondary@yahoo.fr>2015-04-30 09:42:40 +0200
committermanzerbredes <loic.guegan_secondary@yahoo.fr>2015-04-30 09:42:40 +0200
commite13d24b6c8f5aafa11c027dd971a98f895825b41 (patch)
tree76a4fa066c8afbe489bd74bd1f78f49f424af2a7 /src/Model/Game.hpp
parenta2ed149069a29212a11eb4a1fa676e6f27d941fd (diff)
Correct LOT OF BUGS
Diffstat (limited to 'src/Model/Game.hpp')
-rw-r--r--src/Model/Game.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Model/Game.hpp b/src/Model/Game.hpp
index 8dcaf64..b7e0a60 100644
--- a/src/Model/Game.hpp
+++ b/src/Model/Game.hpp
@@ -8,6 +8,7 @@
* Date : 29/04/2015 */
#include <iostream>
+#include <cstdlib>
#include "Grid.hpp"
@@ -26,4 +27,4 @@ class Game
bool isOver();
};
-#endif \ No newline at end of file
+#endif