Add donation nag after 20 successful DCP encodes.
[dcpomatic.git] / src / lib / state.h
index b60c6667379104f3215f1a56ee6a49435c5508b0..251124a43ae8d8e5071d929fb86feb94f5e7592c 100644 (file)
@@ -18,6 +18,9 @@
 
 */
 
+#ifndef DCPOMATIC_STATE_H
+#define DCPOMATIC_STATE_H
+
 #include <boost/noncopyable.hpp>
 #include <boost/filesystem.hpp>
 #include <boost/optional.hpp>
@@ -35,3 +38,5 @@ public:
 protected:
        static boost::filesystem::path path (std::string file, bool create_directories = true);
 };
+
+#endif