From db150f8dd6c0000deed812adbe4353d8f901c84b Mon Sep 17 00:00:00 2001 From: Marc Fehling Date: Wed, 17 Aug 2022 13:51:49 -0600 Subject: [PATCH] Fix header in Zoltan tests. --- tests/zoltan/zoltan_03.cc | 2 ++ tests/zoltan/zoltan_04.cc | 2 ++ 2 files changed, 4 insertions(+) diff --git a/tests/zoltan/zoltan_03.cc b/tests/zoltan/zoltan_03.cc index 6cf723cba5..58db20079c 100644 --- a/tests/zoltan/zoltan_03.cc +++ b/tests/zoltan/zoltan_03.cc @@ -19,6 +19,8 @@ #include +#include + #include "../tests.h" diff --git a/tests/zoltan/zoltan_04.cc b/tests/zoltan/zoltan_04.cc index ea26961af4..3a73ba7ca7 100644 --- a/tests/zoltan/zoltan_04.cc +++ b/tests/zoltan/zoltan_04.cc @@ -23,6 +23,8 @@ #include +#include + #include "../tests.h" -- 2.39.5