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