summaryrefslogtreecommitdiff
path: root/ui/folder_history_box.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ui/folder_history_box.cpp')
-rw-r--r--ui/folder_history_box.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/folder_history_box.cpp b/ui/folder_history_box.cpp
index d30ada64..2b773c20 100644
--- a/ui/folder_history_box.cpp
+++ b/ui/folder_history_box.cpp
@@ -8,6 +8,7 @@
#include <list>
#include <wx/scrolwin.h>
#include "../lib/resolve_path.h"
+#include <wx+/string_conv.h>
using namespace zen;
bgstack15