summaryrefslogtreecommitdiff
path: root/src/client/GameSave.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/GameSave.h')
-rw-r--r--src/client/GameSave.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/client/GameSave.h b/src/client/GameSave.h
index 2978f52..283ed4e 100644
--- a/src/client/GameSave.h
+++ b/src/client/GameSave.h
@@ -9,8 +9,13 @@
#define The_Powder_Toy_GameSave_h
#include <vector>
+#include <string>
+#include "Config.h"
#include "Misc.h"
-#include "simulation/StorageClasses.h"
+#include "simulation/Sign.h"
+#include "simulation/Particle.h"
+
+using namespace std;
struct ParseException: public exception {
enum ParseResult { OK = 0, Corrupt, WrongVersion, InvalidDimensions, InternalError, MissingElement };