summaryrefslogtreecommitdiff
path: root/wx+
diff options
context:
space:
mode:
authorDaniel Wilhelm <daniel@wili.li>2014-04-18 17:27:07 +0200
committerDaniel Wilhelm <daniel@wili.li>2014-04-18 17:27:07 +0200
commitf7e68b9c12f4657d7ecc341483285efbf5b171a6 (patch)
tree5f0821b3947eeaa8f25f24ccb5586fbb541904aa /wx+
parent5.19 (diff)
downloadFreeFileSync-f7e68b9c12f4657d7ecc341483285efbf5b171a6.tar.gz
FreeFileSync-f7e68b9c12f4657d7ecc341483285efbf5b171a6.tar.bz2
FreeFileSync-f7e68b9c12f4657d7ecc341483285efbf5b171a6.zip
5.20
Diffstat (limited to 'wx+')
-rw-r--r--wx+/file_drop.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/wx+/file_drop.h b/wx+/file_drop.h
index 0916b0cb..fb56c5d9 100644
--- a/wx+/file_drop.h
+++ b/wx+/file_drop.h
@@ -7,6 +7,7 @@
#ifndef FILE_DROP_H_INCLUDED
#define FILE_DROP_H_INCLUDED
+#include <vector>
#include <wx/window.h>
#include <wx/event.h>
#include <wx/dnd.h>
bgstack15