This commit is contained in:
Georg Hagen
2025-01-30 00:13:35 +01:00
parent 6f53811b52
commit a2d4d61bc9

View File

@@ -7,15 +7,16 @@
#include "PlatformFolders.hpp"
#include <iostream>
#if __APPLE__
#include <TargetConditionals.h>
#endif
#ifdef _WIN32
#include <winerror.h>
// For SHGetFolderPathW and various CSIDL "magic numbers"
#include <shlobj.h>
#include <utf8.h>
#include <memory>
#if __APPLE__
#include <TargetConditionals.h>
#endif
namespace OpenVulkano
{