Skip to content

Commit

Permalink
Move iso646.h include to integration.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy-rifkin committed May 7, 2024
1 parent 7233c87 commit fad9b2c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/integration/integration.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@
#include <type_traits>
#include <utility>
#include <vector>
#if LIBASSERT_IS_MSVC
// alternative operator tokens are standard but msvc requires the include unless /std:c++20 or /permissive- or /Za
#include <iso646.h>
#endif

#include <libassert/assert.hpp>

Expand Down

0 comments on commit fad9b2c

Please sign in to comment.