Innocuous build fixes.
[dcpomatic.git] / src / lib / user_property.h
index c57cbef3e32d1d30fa9ea21e23cf5286528ea56c..b269c9a8ee58f25e335e644314dfa9298d6eeab3 100644 (file)
 
 */
 
+#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