diff options
author | Daniel Wilhelm <shieldwed@outlook.com> | 2018-05-09 00:07:47 +0200 |
---|---|---|
committer | Daniel Wilhelm <shieldwed@outlook.com> | 2018-05-09 00:07:47 +0200 |
commit | 48c8efc58c9eb41da96b053806deb395d2e66443 (patch) | |
tree | a6da12e987ad778bafe6da7069c7fa8b1e761c68 /wx+/file_drop.cpp | |
parent | 9.6 (diff) | |
download | FreeFileSync-48c8efc58c9eb41da96b053806deb395d2e66443.tar.gz FreeFileSync-48c8efc58c9eb41da96b053806deb395d2e66443.tar.bz2 FreeFileSync-48c8efc58c9eb41da96b053806deb395d2e66443.zip |
9.7
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; |