Tidy up careful_string_filter and add some extra transliterations.
[dcpomatic.git] / src / wx / fonts_dialog.h
index a77684cb9e6984e8fb3eecc2efb7683d93b8ca0e..612971031bebe7473ea9a196a7e7a105792512f1 100644 (file)
 */
 
 
-#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;