summaryrefslogtreecommitdiff
path: root/wx+/file_drop.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'wx+/file_drop.cpp')
-rwxr-xr-xwx+/file_drop.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/wx+/file_drop.cpp b/wx+/file_drop.cpp
index 2c0b471e..65d5d861 100755
--- a/wx+/file_drop.cpp
+++ b/wx+/file_drop.cpp
@@ -7,6 +7,7 @@
#include "file_drop.h"
#include <wx/dnd.h>
#include <zen/utf.h>
+#include <zen/file_access.h>
using namespace zen;
bgstack15