From a2d4d61bc9ed0e30d261710f6d86b3f599450d97 Mon Sep 17 00:00:00 2001 From: Georg Hagen Date: Thu, 30 Jan 2025 00:13:35 +0100 Subject: [PATCH] Bugfix --- openVulkanoCpp/IO/PlatformFolders.cpp | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/openVulkanoCpp/IO/PlatformFolders.cpp b/openVulkanoCpp/IO/PlatformFolders.cpp index 16ed324..dcda03f 100644 --- a/openVulkanoCpp/IO/PlatformFolders.cpp +++ b/openVulkanoCpp/IO/PlatformFolders.cpp @@ -7,15 +7,16 @@ #include "PlatformFolders.hpp" #include +#if __APPLE__ +#include +#endif + #ifdef _WIN32 #include // For SHGetFolderPathW and various CSIDL "magic numbers" #include #include #include -#if __APPLE__ -#include -#endif namespace OpenVulkano {