Skip to content

Commit

Permalink
WIP: Fix CI (MSVC C++20 module issue workaround).
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe2933 committed Aug 22, 2024
1 parent f257e52 commit ec3efe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/triangle/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#include <array>
#include <span>
#include <tuple>
#ifdef _MSC_VER_
#ifdef _MSC_VER
#include <string_view>
#endif
#endif
Expand Down

0 comments on commit ec3efe0

Please sign in to comment.