From f4b07f899a5cb2bb9c2ef7356787ecc78cce406d Mon Sep 17 00:00:00 2001 From: James Turner Date: Mon, 20 Apr 2015 10:35:24 +0100 Subject: [PATCH] Explicit NSBundle include - should fix Jenkins build, hopefully. --- src/GUI/CocoaHelpers.mm | 1 + 1 file changed, 1 insertion(+) diff --git a/src/GUI/CocoaHelpers.mm b/src/GUI/CocoaHelpers.mm index 3d158cbfd..156539f6f 100644 --- a/src/GUI/CocoaHelpers.mm +++ b/src/GUI/CocoaHelpers.mm @@ -28,6 +28,7 @@ #include #include #include +#include #include // simgear -- 2.39.5