From ade679f1628d2f8eb51c785874632e90b59b3c5b Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Thu, 6 May 2021 14:45:56 -0600 Subject: [PATCH] move inside an appropriate #ifdef, since it does not exist on Windows --- libs/pbd/system_exec.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/pbd/system_exec.cc b/libs/pbd/system_exec.cc index 87ca6c803a..02c52c5f3b 100644 --- a/libs/pbd/system_exec.cc +++ b/libs/pbd/system_exec.cc @@ -18,7 +18,6 @@ * with this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ -#include #include #include #include @@ -35,6 +34,7 @@ #ifdef PLATFORM_WINDOWS #include #else +#include #include #include #include