diff options
| author | Jesse Jaara <jesse.jaara@gmail.com> | 2012-10-02 20:29:40 (GMT) |
|---|---|---|
| committer | Jesse Jaara <jesse.jaara@gmail.com> | 2012-10-02 20:29:40 (GMT) |
| commit | 1ba412d3bada6c0594559827c5d5bbad79b92a5a (patch) | |
| tree | e77de0b905aed2e2384985ef2af5dcd16b5a25a2 /src/simulation/StructProperty.h | |
| parent | b98f5faaceff4b8dee4de763678b7c73a1143476 (diff) | |
| download | powder-1ba412d3bada6c0594559827c5d5bbad79b92a5a.zip powder-1ba412d3bada6c0594559827c5d5bbad79b92a5a.tar.gz | |
Add couple of missing header files needed by GCC 4.7.
Diffstat (limited to 'src/simulation/StructProperty.h')
| -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 { |
