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_Object.h')
-rw-r--r--intern/SoundSystem/SND_Object.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/intern/SoundSystem/SND_Object.h b/intern/SoundSystem/SND_Object.h
index b67ae3ee396..7a5e118fe47 100644
--- a/intern/SoundSystem/SND_Object.h
+++ b/intern/SoundSystem/SND_Object.h
@@ -41,6 +41,10 @@
#include "MT_Matrix3x3.h"
#include "SoundDefines.h"
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
/**
* SND_Object is an interface class for soundobjects, listeners and other
* kinds of sound related thingies.