diff options
author | Christian Glöckner <cgloeckner@freenet.de> | 2016-01-21 16:42:37 +0100 |
---|---|---|
committer | André Nusser <andre.nusser@googlemail.com> | 2016-02-09 09:02:18 +0100 |
commit | 3ab30fd4168217894ee781cf93df522d3565cec8 (patch) | |
tree | fdb1da6cd78e9d3ae182b7b64e742e505a336436 /drumgizmo/enginefactory.h | |
parent | a0a16d9cdb9d0522053c2e830b7440e9e96231a9 (diff) |
Made midi-in-wav-out work again
Diffstat (limited to 'drumgizmo/enginefactory.h')
-rw-r--r-- | drumgizmo/enginefactory.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drumgizmo/enginefactory.h b/drumgizmo/enginefactory.h index 93624b9..613e49f 100644 --- a/drumgizmo/enginefactory.h +++ b/drumgizmo/enginefactory.h @@ -29,6 +29,7 @@ #include "cpp11fix.h" // required for c++11 #include "audioinputengine.h" +#include "audiooutputengine.h" using InputEnginePtr = std::unique_ptr<AudioInputEngine>; using OutputEnginePtr = std::unique_ptr<AudioOutputEngine>; |