diff options
| author | Simon Robertshaw <simon@hardwired.org.uk> | 2012-06-02 15:51:01 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2012-06-02 15:51:01 (GMT) |
| commit | a247951115cfd18fada689d5cbff0b7c6ffa3c4e (patch) | |
| tree | 904e854d25aa8110a7aec8e8601e51976206c430 /src/simulation/Simulation.h | |
| parent | e0c9dab8cb981172c5de81f5963e28db67f1b295 (diff) | |
| download | powder-a247951115cfd18fada689d5cbff0b7c6ffa3c4e.zip powder-a247951115cfd18fada689d5cbff0b7c6ffa3c4e.tar.gz | |
Add missing header includer for C libraries.
Diffstat (limited to 'src/simulation/Simulation.h')
| -rw-r--r-- | src/simulation/Simulation.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/simulation/Simulation.h b/src/simulation/Simulation.h index f9a1e8f..7760741 100644 --- a/src/simulation/Simulation.h +++ b/src/simulation/Simulation.h @@ -8,6 +8,7 @@ #ifndef SIMULATION_H_ #define SIMULATION_H_ #include <cstring> +#include <cstddef> #include "Config.h" #include "Renderer.h" #include "Graphics.h" |
