X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fuser_property.h;fp=src%2Flib%2Fuser_property.h;h=b269c9a8ee58f25e335e644314dfa9298d6eeab3;hb=36774ee2b48f0bfde43b743592e5816ff58bb7d2;hp=c57cbef3e32d1d30fa9ea21e23cf5286528ea56c;hpb=3ef438f90729d78ad579bbeb7933b3cf4f09c10c;p=dcpomatic.git 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