diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/TestClient.hpp | 3 | ||||
-rw-r--r-- | tests/ingen_bench.cpp | 1 |
2 files changed, 3 insertions, 1 deletions
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 <boost/variant.hpp> +#include <boost/variant/get.hpp> #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" |