diff options
| author | Simon Robertshaw <simon@hardwired.org.uk> | 2012-08-13 14:43:57 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2012-08-13 14:43:57 (GMT) |
| commit | 074dcd0b42ad1924751e432232ccc8b933cedff1 (patch) | |
| tree | d5933f30c7fc9df29d75f9596a79626d46704134 /src/client/GameSave.cpp | |
| parent | e6feb6f1011ec83991172b80cd9473741b6ec909 (diff) | |
| download | powder-074dcd0b42ad1924751e432232ccc8b933cedff1.zip powder-074dcd0b42ad1924751e432232ccc8b933cedff1.tar.gz | |
Precompile some headers. Fix sconscript to prevent recompiling everything
Diffstat (limited to 'src/client/GameSave.cpp')
| -rw-r--r-- | src/client/GameSave.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client/GameSave.cpp b/src/client/GameSave.cpp index 3cb3c29..002d955 100644 --- a/src/client/GameSave.cpp +++ b/src/client/GameSave.cpp @@ -8,11 +8,13 @@ #include <iostream> #include <sstream> +#include <cmath> #include <bzlib.h> #include "Config.h" #include "bson/BSON.h" #include "GameSave.h" #include "simulation/SimulationData.h" +#include "ElementClasses.h" extern "C" { #include "hmap.h" |
