fix include statement

This commit is contained in:
Scott Hutchinson 2022-11-25 14:28:04 -08:00
parent 2552ed064f
commit 845c353bf8

View File

@ -7,7 +7,7 @@
*/
#include "catch.hpp"
#include <catch2/internal/catch_windows_h_proxy.hpp>
#include "internal/catch_windows_h_proxy.h"
#ifdef __clang__
# pragma clang diagnostic ignored "-Wc++98-compat"