mirror of
https://github.com/lubosz/overte.git
synced 2025-04-23 09:33:45 +02:00
Add #include of Forward.h to AudioMixer.h
This makes the compile by Qt MOC less dependent on order of processing. See Manuscript case 12527.
This commit is contained in:
parent
cfbe082074
commit
16ffcc7fe2
1 changed files with 2 additions and 0 deletions
|
@ -18,6 +18,8 @@
|
|||
#include <ThreadedAssignment.h>
|
||||
#include <UUIDHasher.h>
|
||||
|
||||
#include "Plugins/Forward.h"
|
||||
|
||||
#include "AudioMixerStats.h"
|
||||
#include "AudioMixerSlavePool.h"
|
||||
|
||||
|
|
Loading…
Reference in a new issue