diff --git a/tests/unit_tests/dsl/detail_/leaf_holder.cpp b/tests/unit_tests/dsl/detail_/leaf_holder.cpp index ef3c03e7..b18723c5 100644 --- a/tests/unit_tests/dsl/detail_/leaf_holder.cpp +++ b/tests/unit_tests/dsl/detail_/leaf_holder.cpp @@ -16,6 +16,7 @@ #include "../../test_helpers.hpp" #include +#include using namespace utilities::dsl; using std::is_same_v; @@ -312,4 +313,4 @@ TEMPLATE_LIST_TEST_CASE("QualifiedLeafHolder", "", types_to_test) { REQUIRE_FALSE(wrap_value != value_holder(value)); REQUIRE(wrap_value != value_holder(other_value)); } -} \ No newline at end of file +}