From 6fba2ec1fe1c2bd20abc3b8a4a272a671e80a0aa Mon Sep 17 00:00:00 2001 From: cxl Date: Fri, 3 Jul 2020 11:53:47 +0000 Subject: [PATCH] .autotest git-svn-id: svn://ultimatepp.org/upp/trunk@14653 f0d560ea-af0d-0410-9eb7-867de7ffcac7 --- autotest/CppParser/CppParser.cpp | 1 + autotest/PPTest/PPTest.cpp | 1 + 2 files changed, 2 insertions(+) diff --git a/autotest/CppParser/CppParser.cpp b/autotest/CppParser/CppParser.cpp index 40561e334..1ec8cb062 100644 --- a/autotest/CppParser/CppParser.cpp +++ b/autotest/CppParser/CppParser.cpp @@ -1,4 +1,5 @@ #include +#include using namespace Upp; diff --git a/autotest/PPTest/PPTest.cpp b/autotest/PPTest/PPTest.cpp index 102ef0ca6..a9e252b8f 100644 --- a/autotest/PPTest/PPTest.cpp +++ b/autotest/PPTest/PPTest.cpp @@ -1,5 +1,6 @@ #include #include +#include using namespace Upp;