summaryrefslogtreecommitdiff
path: root/src/lib/font_data.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/font_data.h')
-rw-r--r--src/lib/font_data.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/lib/font_data.h b/src/lib/font_data.h
index 90543bec9..686fca7c9 100644
--- a/src/lib/font_data.h
+++ b/src/lib/font_data.h
@@ -19,6 +19,10 @@
*/
+#ifndef DCPOMATIC_FONT_DATA_H
+#define DCPOMATIC_FONT_DATA_H
+
+
#include <dcp/array_data.h>
#include <boost/optional.hpp>
#include <string>
@@ -51,3 +55,6 @@ extern bool operator!= (FontData const& a, FontData const& b);
}
+
+
+#endif