Skip to content

Commit 94ebb79

Browse files
committed
include fix
1 parent b46ee65 commit 94ebb79

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/vmaware.hpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -339,13 +339,13 @@
339339
#if (VMA_CPP >= 20)
340340
#include <bit>
341341
#include <ranges>
342-
#include <source_location>
342+
#if (SOURCE_LOCATION_SUPPORTED)
343+
#include <source_location>
344+
#endif
343345
#endif
344346
#if (VMA_CPP >= 17)
345347
#include <filesystem>
346-
#if (SOURCE_LOCATION_SUPPORTED)
347-
#include <system_error>
348-
#endif
348+
#include <system_error>
349349
#endif
350350
#ifdef __VMAWARE_DEBUG__
351351
#include <iomanip>

0 commit comments

Comments
 (0)