summaryrefslogtreecommitdiff
path: root/drumgizmo/enginefactory.h
diff options
context:
space:
mode:
Diffstat (limited to 'drumgizmo/enginefactory.h')
-rw-r--r--drumgizmo/enginefactory.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/drumgizmo/enginefactory.h b/drumgizmo/enginefactory.h
index d792fc9..4bc16b5 100644
--- a/drumgizmo/enginefactory.h
+++ b/drumgizmo/enginefactory.h
@@ -45,6 +45,10 @@
#include "input/midifile.h"
#endif
+#ifdef HAVE_INPUT_TEST
+#include "input/test.h"
+#endif
+
#ifdef HAVE_INPUT_JACKMIDI
#include "input/jackmidi.h"
#endif