From 9c3d5febe76d92f86cdff68d2589e57ff50c850b Mon Sep 17 00:00:00 2001 From: alandefreitas Date: Thu, 12 Jan 2023 13:02:42 -0300 Subject: [PATCH] tests include main header --- test/static_string.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/static_string.cpp b/test/static_string.cpp index cfeb2a1..9f8541c 100644 --- a/test/static_string.cpp +++ b/test/static_string.cpp @@ -9,7 +9,7 @@ // // Test that header file is self-contained. -#include +#include #include "constexpr_tests.hpp" #include "compile_fail.hpp"