diff options
| author | Simon Robertshaw <simon@hardwired.org.uk> | 2012-10-09 15:43:13 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2012-10-09 15:43:13 (GMT) |
| commit | 249e3dcad3aa62ba09e0b712ff508d94f255a947 (patch) | |
| tree | 004584e3a72a9e616417edc7a230495f085dec3b /src/simulation | |
| parent | af181faeea1437df1e236f9bfc05832e9b1ca03b (diff) | |
| parent | b1d3ebacd29f1cd6bb09c9b204d6dae257413159 (diff) | |
| download | powder-249e3dcad3aa62ba09e0b712ff508d94f255a947.zip powder-249e3dcad3aa62ba09e0b712ff508d94f255a947.tar.gz | |
Merge pull request #195 from Huulivoide/master
Minor fixes needed to build on Linux/64bit.
Diffstat (limited to 'src/simulation')
| -rw-r--r-- | src/simulation/StructProperty.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/simulation/StructProperty.h b/src/simulation/StructProperty.h index 8debaca..5c46c7e 100644 --- a/src/simulation/StructProperty.h +++ b/src/simulation/StructProperty.h @@ -10,6 +10,7 @@ #define The_Powder_Toy_StructProperty_h #include <string> +#include <stdint.h> struct StructProperty { |
