From 8900d7d9eadec8b409a7416021c1309ca6dc9ec1 Mon Sep 17 00:00:00 2001 From: John Emmas Date: Sun, 18 Jan 2015 18:52:24 +0000 Subject: On Windows, #include so we can use ShellExecute() --- libs/pbd/openuri.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'libs') diff --git a/libs/pbd/openuri.cc b/libs/pbd/openuri.cc index f3c2ad9e6a..e2575185df 100644 --- a/libs/pbd/openuri.cc +++ b/libs/pbd/openuri.cc @@ -34,6 +34,7 @@ #ifdef PLATFORM_WINDOWS #include + #include #endif bool -- cgit v1.2.3