summaryrefslogtreecommitdiff
path: root/wx+/file_drop.h
diff options
context:
space:
mode:
Diffstat (limited to 'wx+/file_drop.h')
-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