From c5edf124c3c0ac237c24ba43b45f476f22b6dc3e Mon Sep 17 00:00:00 2001 From: Marc Fehling Date: Mon, 1 Jul 2024 17:11:40 +0200 Subject: [PATCH] Add missing include. --- tests/examples/example_test.h | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/examples/example_test.h b/tests/examples/example_test.h index 78e00a3792..9241f45307 100644 --- a/tests/examples/example_test.h +++ b/tests/examples/example_test.h @@ -24,6 +24,7 @@ #include #include +#include /* * Given the name of a file, copy it to std::cout -- 2.39.5