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/SDL/AUD_SDLMixerFactory.cpp')
-rw-r--r--intern/audaspace/SDL/AUD_SDLMixerFactory.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/intern/audaspace/SDL/AUD_SDLMixerFactory.cpp b/intern/audaspace/SDL/AUD_SDLMixerFactory.cpp
index 1633a1498fa..e0b0c7d3603 100644
--- a/intern/audaspace/SDL/AUD_SDLMixerFactory.cpp
+++ b/intern/audaspace/SDL/AUD_SDLMixerFactory.cpp
@@ -26,6 +26,8 @@
#include "AUD_SDLMixerFactory.h"
#include "AUD_SDLMixerReader.h"
+#include <cstring>
+
AUD_SDLMixerFactory::AUD_SDLMixerFactory(AUD_IReader* reader, AUD_Specs specs) :
AUD_MixerFactory(reader, specs) {}