Dolby is apparently recreating all their certificates (as they will soon expire)...
[dcpomatic.git] / src / wx / auto_crop_dialog.h
index 0615c14bb4dc3d7c0524365342ed0cd31f3555fe..4ccd681edfde3c91c3fcfc9a333b8370989d0f35 100644 (file)
 */
 
 
+#ifndef DCPOMATIC_AUTO_CROP_DIALOG_H
+#define DCPOMATIC_AUTO_CROP_DIALOG_H
+
+
 #include "table_dialog.h"
-#include "lib/types.h"
+#include "lib/crop.h"
 #include <boost/signals2.hpp>
 
 
@@ -45,3 +49,6 @@ private:
        SpinCtrl* _threshold;
 };
 
+
+#endif
+