Pass fonts from content around as FontData.
[dcpomatic.git] / src / lib / font_data.h
index 90543bec91ff613c45762a992b4b46bc3f8968c6..686fca7c973e21fde47534d07ec203bb8cae3b4b 100644 (file)
 */
 
 
+#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