We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b46ee65 commit 94ebb79Copy full SHA for 94ebb79
1 file changed
src/vmaware.hpp
@@ -339,13 +339,13 @@
339
#if (VMA_CPP >= 20)
340
#include <bit>
341
#include <ranges>
342
- #include <source_location>
+ #if (SOURCE_LOCATION_SUPPORTED)
343
+ #include <source_location>
344
+ #endif
345
#endif
346
#if (VMA_CPP >= 17)
347
#include <filesystem>
- #if (SOURCE_LOCATION_SUPPORTED)
- #include <system_error>
348
- #endif
+ #include <system_error>
349
350
#ifdef __VMAWARE_DEBUG__
351
#include <iomanip>
0 commit comments