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/SoundSystem/SND_DeviceManager.h')
-rw-r--r--intern/SoundSystem/SND_DeviceManager.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/intern/SoundSystem/SND_DeviceManager.h b/intern/SoundSystem/SND_DeviceManager.h
index acb28fe3bf6..a331d1e47e3 100644
--- a/intern/SoundSystem/SND_DeviceManager.h
+++ b/intern/SoundSystem/SND_DeviceManager.h
@@ -39,6 +39,10 @@
#include "SND_IAudioDevice.h"
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
class SND_DeviceManager
{
public :