Skip to content

Commit

Permalink
fixing clang builds
Browse files Browse the repository at this point in the history
  • Loading branch information
onqtam committed Feb 2, 2021
1 parent b42592e commit ba32eb4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/executable_dll_and_plugin/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ TEST_CASE("executable") {
#ifdef _WIN32
#define WIN32_LEAN_AND_MEAN
DOCTEST_MAKE_STD_HEADERS_CLEAN_FROM_WARNINGS_ON_WALL_BEGIN
DOCTEST_CLANG_SUPPRESS_WARNING("-Wnonportable-system-include-path")
#include <windows.h>
DOCTEST_MAKE_STD_HEADERS_CLEAN_FROM_WARNINGS_ON_WALL_END
#ifdef _MSC_VER
Expand Down

0 comments on commit ba32eb4

Please sign in to comment.