diff options
Diffstat (limited to 'src/simulation/StructProperty.h')
| -rw-r--r-- | src/simulation/StructProperty.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/simulation/StructProperty.h b/src/simulation/StructProperty.h index ddea96b..832e83b 100644 --- a/src/simulation/StructProperty.h +++ b/src/simulation/StructProperty.h @@ -9,6 +9,8 @@ #ifndef The_Powder_Toy_StructProperty_h #define The_Powder_Toy_StructProperty_h +#include <string> + struct StructProperty { enum PropertyType { ParticleType, Colour, Integer, UInteger, Float, String }; |
