Fix _selected_* to only store pointers to things.
[dcpomatic.git] / src / wx / fonts_dialog.h
index 0ef3658cfd7f572f32fc0bc96398bbd64b8cd739..b62ba381747bfa2bd274295956e64c33dbbc9f60 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 <wx/listctrl.h>
 #include <wx/wx.h>
 DCPOMATIC_ENABLE_WARNINGS
 #include <boost/filesystem.hpp>
+#include <memory>
+
 
 class Content;
 class TextContent;
 
+
 class FontsDialog : public wxDialog
 {
 public: