summaryrefslogtreecommitdiff
path: root/libs/gtkmm2ext/selector.cc
diff options
context:
space:
mode:
authorJohn Emmas <johne53@tiscali.co.uk>2013-08-26 17:45:18 +0100
committerJohn Emmas <johne53@tiscali.co.uk>2013-08-26 17:45:18 +0100
commit316b72eb0e76a71031d69e598c6574496357b81e (patch)
tree96d6cc7fcb2373a96dd25e1c8b602644db32a8d2 /libs/gtkmm2ext/selector.cc
parentc1a25550d118cecfce3699b47f7b53fa75e743c1 (diff)
'libs/gtkmm2ext' - Main body of changes required for building with MSVC (mostly #includes and casting)
Diffstat (limited to 'libs/gtkmm2ext/selector.cc')
-rw-r--r--libs/gtkmm2ext/selector.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/libs/gtkmm2ext/selector.cc b/libs/gtkmm2ext/selector.cc
index 85924e82ab..e4b95d1e03 100644
--- a/libs/gtkmm2ext/selector.cc
+++ b/libs/gtkmm2ext/selector.cc
@@ -22,6 +22,9 @@
#include <vector>
#include <string>
+#include <glibmm.h>
+#include <gdkmm.h>
+
#include "pbd/pathscanner.h"
#include "gtkmm2ext/keyboard.h"