diff options
Diffstat (limited to 'drumgizmo/enginefactory.h')
-rw-r--r-- | drumgizmo/enginefactory.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drumgizmo/enginefactory.h b/drumgizmo/enginefactory.h index 803f476..b2c0428 100644 --- a/drumgizmo/enginefactory.h +++ b/drumgizmo/enginefactory.h @@ -41,6 +41,10 @@ #include "input/inputdummy.h" #endif +#ifdef HAVE_INPUT_TEST +#include "input/test.h" +#endif + #ifdef HAVE_INPUT_MIDIFILE #include "input/midifile.h" #endif |