Skip to content

Commit b46ee65

Browse files
committed
source location include fix
1 parent 976230c commit b46ee65

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/vmaware.hpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,9 @@
343343
#endif
344344
#if (VMA_CPP >= 17)
345345
#include <filesystem>
346-
#include <system_error>
346+
#if (SOURCE_LOCATION_SUPPORTED)
347+
#include <system_error>
348+
#endif
347349
#endif
348350
#ifdef __VMAWARE_DEBUG__
349351
#include <iomanip>

0 commit comments

Comments
 (0)