summaryrefslogtreecommitdiff
path: root/src/lib/user_property.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/user_property.h')
-rw-r--r--src/lib/user_property.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/lib/user_property.h b/src/lib/user_property.h
index c57cbef3e..b269c9a8e 100644
--- a/src/lib/user_property.h
+++ b/src/lib/user_property.h
@@ -17,6 +17,11 @@
*/
+#ifndef DCPOMATIC_USER_PROPERTY_H
+#define DCPOMATIC_USER_PROPERTY_H
+
+#include "raw_convert.h"
+
class UserProperty
{
public:
@@ -33,3 +38,5 @@ public:
std::string value;
std::string unit;
};
+
+#endif