diff options
Diffstat (limited to 'tests/TestClient.hpp')
-rw-r--r-- | tests/TestClient.hpp | 3 |
1 files changed, 2 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; |