From 73f1545673731118c3c87f1e1b6c1b8e3214e8e1 Mon Sep 17 00:00:00 2001 From: Joe Robertson Date: Tue, 26 Sep 2023 16:00:15 -0700 Subject: [PATCH] Add more includes. --- .../Test/UnitarySystemPerformanceMultispeed_GTest.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/energyplus/Test/UnitarySystemPerformanceMultispeed_GTest.cpp b/src/energyplus/Test/UnitarySystemPerformanceMultispeed_GTest.cpp index f7ad861a5bb..f9f83b61d6d 100644 --- a/src/energyplus/Test/UnitarySystemPerformanceMultispeed_GTest.cpp +++ b/src/energyplus/Test/UnitarySystemPerformanceMultispeed_GTest.cpp @@ -24,8 +24,10 @@ #include "../../model/FanOnOff.hpp" #include "../../model/CoilHeatingElectric.hpp" #include "../../model/ScheduleConstant.hpp" +#include "../../model/Node.hpp" #include "../../model/UnitarySystemPerformanceMultispeed.hpp" +#include #include #include #include