summaryrefslogtreecommitdiff
path: root/src/wx/fonts_dialog.h
diff options
context:
space:
mode:
authorLuke Granger-Brown <git@lukegb.com>2022-01-16 19:37:25 +0000
committerCarl Hetherington <cth@carlh.net>2022-01-16 21:00:42 +0100
commitb090dda8afed4f73349a5fa1e603a734171aa404 (patch)
tree8db8f686aa4eacc747fc57bab55e95bea4be1f01 /src/wx/fonts_dialog.h
parent09f8b57ac237c98eae648fc31093cf22495db740 (diff)
Add some missing header includes.
<memory> is needed for std::*_ptr, and <algorithm> for std::transform.
Diffstat (limited to 'src/wx/fonts_dialog.h')
-rw-r--r--src/wx/fonts_dialog.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wx/fonts_dialog.h b/src/wx/fonts_dialog.h
index a77684cb9..b62ba3817 100644
--- a/src/wx/fonts_dialog.h
+++ b/src/wx/fonts_dialog.h
@@ -25,6 +25,7 @@ DCPOMATIC_DISABLE_WARNINGS
#include <wx/wx.h>
DCPOMATIC_ENABLE_WARNINGS
#include <boost/filesystem.hpp>
+#include <memory>
class Content;