Skip to content

Commit 931d8b7

Browse files
committed
source location include fix
1 parent dd2234f commit 931d8b7

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
@@ -388,7 +388,9 @@
388388
#endif
389389
#if (VMA_CPP >= 17)
390390
#include <filesystem>
391-
#include <system_error>
391+
#if (SOURCE_LOCATION_SUPPORTED)
392+
#include <system_error>
393+
#endif
392394
#endif
393395
#ifdef __VMAWARE_DEBUG__
394396
#include <iomanip>

0 commit comments

Comments
 (0)