Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'intern/audaspace/intern/AUD_IDevice.h')
-rw-r--r--intern/audaspace/intern/AUD_IDevice.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/intern/audaspace/intern/AUD_IDevice.h b/intern/audaspace/intern/AUD_IDevice.h
index 86d695ef764..108e7505d84 100644
--- a/intern/audaspace/intern/AUD_IDevice.h
+++ b/intern/audaspace/intern/AUD_IDevice.h
@@ -34,9 +34,9 @@
#include "AUD_Space.h"
#include "AUD_Reference.h"
-class AUD_IFactory;
-class AUD_IReader;
-class AUD_IHandle;
+#include "AUD_IFactory.h"
+#include "AUD_IReader.h"
+#include "AUD_IHandle.h"
/**
* This class represents an output device for sound sources.