From 12acce0d0e94d9249d50cd13fd2bedd87aa306f5 Mon Sep 17 00:00:00 2001 From: Tim Mayberry Date: Thu, 4 Dec 2014 16:15:07 +0700 Subject: [PATCH] Use correct name for windows.h --- libs/pbd/pbd/crossthread.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/pbd/pbd/crossthread.h b/libs/pbd/pbd/crossthread.h index fd9c9f8eeb..6167c664db 100644 --- a/libs/pbd/pbd/crossthread.h +++ b/libs/pbd/pbd/crossthread.h @@ -29,7 +29,7 @@ #include "pbd/libpbd_visibility.h" #ifdef PLATFORM_WINDOWS -#include +#include #endif // PLATFORM_WINDOWS