diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-04-12 16:43:45 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-05-18 11:50:29 +0100 |
| commit | 36774ee2b48f0bfde43b743592e5816ff58bb7d2 (patch) | |
| tree | 1974d8e7e1b05338429bd40da57092d6e5a0e59a /src/lib/user_property.h | |
| parent | 3ef438f90729d78ad579bbeb7933b3cf4f09c10c (diff) | |
Innocuous build fixes.
Diffstat (limited to 'src/lib/user_property.h')
| -rw-r--r-- | src/lib/user_property.h | 7 |
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 |
