Include windows.h for Registry access related API
[ardour.git] / gtk2_ardour / video_server_dialog.cc
index e4c9a7f51abf0d5e07a698c5477ce4f9e8fdac26..6d9bb229781532b044cf6bdd503f326d5f3db4ef 100644 (file)
 #include "utils_videotl.h"
 #include "i18n.h"
 
+#ifdef PLATFORM_WINDOWS
+#include <windows.h>
+#endif
+
 using namespace Gtk;
 using namespace std;
 using namespace PBD;