diff options
author | David Robillard <d@drobilla.net> | 2017-12-24 09:20:16 -0500 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2017-12-24 09:20:16 -0500 |
commit | d744e4d421c313a3b4d786e11a311f73da19fc41 (patch) | |
tree | b6bd398d35329dfa7264d9b8dade856fc5d46329 /tests | |
parent | cbb864b0ff951f75d826d97009681b30cce4da22 (diff) | |
download | ingen-d744e4d421c313a3b4d786e11a311f73da19fc41.tar.gz ingen-d744e4d421c313a3b4d786e11a311f73da19fc41.tar.bz2 ingen-d744e4d421c313a3b4d786e11a311f73da19fc41.zip |
Clean up includes in public headers
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" |