summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/lib/raw_convert.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/lib/raw_convert.h b/src/lib/raw_convert.h
index b0973583a..96bd7f633 100644
--- a/src/lib/raw_convert.h
+++ b/src/lib/raw_convert.h
@@ -17,6 +17,9 @@
*/
+#ifndef DCPOMATIC_RAW_CONVERT_H
+#define DCPOMATIC_RAW_CONVERT_H
+
#include "safe_stringstream.h"
#include <iomanip>
@@ -35,3 +38,5 @@ raw_convert (Q v, int precision = 16)
s >> r;
return r;
}
+
+#endif