summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/raw_convert.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/raw_convert.h b/src/raw_convert.h
index fe847c90..90737c0c 100644
--- a/src/raw_convert.h
+++ b/src/raw_convert.h
@@ -17,6 +17,9 @@
*/
+#ifndef LIBDCP_RAW_CONVERT_H
+#define LIBDCP_RAW_CONVERT_H
+
#include <sstream>
#include <iomanip>
@@ -39,3 +42,5 @@ raw_convert (Q v, int precision = 16)
}
};
+
+#endif