From 311b4d1b1433251d4972ee26c15e01b76778f5b5 Mon Sep 17 00:00:00 2001 From: lcrees Date: Fri, 13 May 2016 18:42:20 -0600 Subject: [PATCH] Fix wxOSX build on case-sensitive filesystem Use the correct case for AppKit.h to fix the problem with not finding the file when using a case-sensitive filesystem for the build. Closes https://github.com/wxWidgets/wxWidgets/pull/284 --- src/osx/cocoa/tooltip.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/osx/cocoa/tooltip.mm b/src/osx/cocoa/tooltip.mm index a41aa48501..57642f820e 100644 --- a/src/osx/cocoa/tooltip.mm +++ b/src/osx/cocoa/tooltip.mm @@ -24,7 +24,7 @@ #include "wx/osx/uma.h" #if wxOSX_USE_COCOA_OR_CARBON - #include + #include #endif // FYI a link to help with implementing: http://www.cocoadev.com/index.pl?LittleYellowBox