diff options
Diffstat (limited to 'src/libs/engine/ConnectionImpl.cpp')
-rw-r--r-- | src/libs/engine/ConnectionImpl.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/libs/engine/ConnectionImpl.cpp b/src/libs/engine/ConnectionImpl.cpp index 998b7eb3..a6f573a8 100644 --- a/src/libs/engine/ConnectionImpl.cpp +++ b/src/libs/engine/ConnectionImpl.cpp @@ -24,6 +24,9 @@ #include "AudioBuffer.hpp" #include "ProcessContext.hpp" +#include <iostream> +using namespace std; + namespace Ingen { |