summaryrefslogtreecommitdiff
path: root/src/wx/fonts_dialog.cc
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.cc
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.cc')
-rw-r--r--src/wx/fonts_dialog.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wx/fonts_dialog.cc b/src/wx/fonts_dialog.cc
index d4cc27049..d5e0aacbe 100644
--- a/src/wx/fonts_dialog.cc
+++ b/src/wx/fonts_dialog.cc
@@ -28,6 +28,7 @@
#include "lib/text_content.h"
#include <wx/wx.h>
#include <iostream>
+#include <memory>
using std::list;