From d744e4d421c313a3b4d786e11a311f73da19fc41 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 24 Dec 2017 09:20:16 -0500 Subject: Clean up includes in public headers --- tests/TestClient.hpp | 3 ++- tests/ingen_bench.cpp | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/TestClient.hpp b/tests/TestClient.hpp index 64b9d1d5..6af0235a 100644 --- a/tests/TestClient.hpp +++ b/tests/TestClient.hpp @@ -17,9 +17,10 @@ #ifndef INGEN_TESTCLIENT_HPP #define INGEN_TESTCLIENT_HPP -#include +#include #include "ingen/Interface.hpp" +#include "ingen/Log.hpp" using namespace Ingen; diff --git a/tests/ingen_bench.cpp b/tests/ingen_bench.cpp index e647a5d5..0b5de841 100644 --- a/tests/ingen_bench.cpp +++ b/tests/ingen_bench.cpp @@ -22,6 +22,7 @@ #include "ingen/Clock.hpp" #include "ingen/Configuration.hpp" #include "ingen/EngineBase.hpp" +#include "ingen/Forge.hpp" #include "ingen/Interface.hpp" #include "ingen/Parser.hpp" #include "ingen/World.hpp" -- cgit v1.2.1