diff options
| author | Simon Robertshaw <simon@hardwired.org.uk> | 2012-08-14 17:06:18 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2012-08-14 17:06:18 (GMT) |
| commit | a7711668b73854dac259e5ad49e8c4e56b63dafe (patch) | |
| tree | 1f44f55df80905f268303cb6318963d9999046eb /src/simulation/Simulation.cpp | |
| parent | bd7dd2074228baf32e217ffe619aa53fe7f78f55 (diff) | |
| download | powder-a7711668b73854dac259e5ad49e8c4e56b63dafe.zip powder-a7711668b73854dac259e5ad49e8c4e56b63dafe.tar.gz | |
Strings.h for strcasecmp in Simulation
Diffstat (limited to 'src/simulation/Simulation.cpp')
| -rw-r--r-- | src/simulation/Simulation.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/simulation/Simulation.cpp b/src/simulation/Simulation.cpp index 29b7eb4..2bbef65 100644 --- a/src/simulation/Simulation.cpp +++ b/src/simulation/Simulation.cpp @@ -1,5 +1,6 @@ //#include <cstdlib> #include <cmath> +#include <strings.h> #include "Config.h" #include "Simulation.h" #include "Elements.h" |
