summaryrefslogtreecommitdiff
path: root/gtk2_ardour/window_manager.h
diff options
context:
space:
mode:
authorJohn Emmas <johne53@tiscali.co.uk>2016-02-27 15:49:31 +0000
committerJohn Emmas <johne53@tiscali.co.uk>2016-02-27 16:29:56 +0000
commit68e81a6afc7dbbe4a02d90ac1b6294e8b3a83ad5 (patch)
tree726de118afc200f5d6d0dedd9af3ba74d38b7320 /gtk2_ardour/window_manager.h
parentd3634c5779352a94ec711932d805c28cfab0d06e (diff)
Move our #inclusions for "lua_script_manager.h"
For whatever reason, almost none of gtk2_ardour will compile (with MSVC) unless 'lua_script_manager.h' gets #included by 'gtk2_ardour/window_manager.h'. No idea why... :-(
Diffstat (limited to 'gtk2_ardour/window_manager.h')
-rw-r--r--gtk2_ardour/window_manager.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk2_ardour/window_manager.h b/gtk2_ardour/window_manager.h
index 37744e5964..6279180249 100644
--- a/gtk2_ardour/window_manager.h
+++ b/gtk2_ardour/window_manager.h
@@ -27,6 +27,8 @@
#include <glibmm/refptr.h>
#include <sigc++/trackable.h>
+#include "lua_script_manager.h"
+
#include "gtkmm2ext/bindings.h"
#include "gtkmm2ext/window_proxy.h"