diff options
Diffstat (limited to 'wx+/file_drop.cpp')
-rwxr-xr-x | wx+/file_drop.cpp | 1 |
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; |