From db39bf9a37972c34aea1fe4a1b069255652aefab Mon Sep 17 00:00:00 2001 From: Jacob Heflin Date: Tue, 8 Jul 2025 15:16:55 -0500 Subject: [PATCH] added include statement for --- tests/unit_tests/dsl/detail_/leaf_holder.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 +}