wip: black pieces; sad part is that Shuffler can't cope with content that doesn't...
[dcpomatic.git] / src / lib / frame_interval_checker.h
index e8f537c1a6a5ef67b360ac3a26196805e96503bf..8d8c6743e37d169e65bc6380f9eb303050eeff49 100644 (file)
 */
 
 
+#ifndef DCPOMATIC_FRAME_INTERVAL_CHECKER_H
+#define DCPOMATIC_FRAME_INTERVAL_CHECKER_H
+
+
 #include "dcpomatic_time.h"
 #include <boost/optional.hpp>
 #include <vector>
@@ -53,3 +57,6 @@ private:
        static int const _frames;
 };
 
+
+#endif
+