diff options
Diffstat (limited to 'src/drumkitloader.h')
-rw-r--r-- | src/drumkitloader.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/drumkitloader.h b/src/drumkitloader.h index d14a321..9bd2af9 100644 --- a/src/drumkitloader.h +++ b/src/drumkitloader.h @@ -29,6 +29,7 @@ #include <string> #include <list> #include <mutex> +#include <vector> #include "thread.h" #include "semaphore.h" @@ -38,6 +39,9 @@ #include "audioinputengine.h" #include "audiocache.h" +class DrumkitDOM; +class InstrumentDOM; + //! This class is responsible for loading the drumkits in its own thread. //! All interaction calls are simply modifying queues and not doing any //! work in-sync with the caller. |