Use libdcp's warnings.h
[dcpomatic.git] / src / wx / fonts_dialog.h
index 0ef3658cfd7f572f32fc0bc96398bbd64b8cd739..612971031bebe7473ea9a196a7e7a105792512f1 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2014-2018 Carl Hetherington <cth@carlh.net>
+    Copyright (C) 2014-2021 Carl Hetherington <cth@carlh.net>
 
     This file is part of DCP-o-matic.
 
 
 */
 
-#include "lib/warnings.h"
-DCPOMATIC_DISABLE_WARNINGS
+
+#include <dcp/warnings.h>
+LIBDCP_DISABLE_WARNINGS
 #include <wx/listctrl.h>
 #include <wx/wx.h>
-DCPOMATIC_ENABLE_WARNINGS
+LIBDCP_ENABLE_WARNINGS
 #include <boost/filesystem.hpp>
+#include <memory>
+
 
 class Content;
 class TextContent;
 
+
 class FontsDialog : public wxDialog
 {
 public: