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:
authorRay Molenkamp <github@lazydodo.com>2019-04-11 15:56:15 +0300
committerRay Molenkamp <github@lazydodo.com>2019-04-11 15:56:40 +0300
commit9cdc3483ca78e5db00cd0ee52b168f6c36a5a096 (patch)
tree3a61a5e162fcbfe19a0b8b2cbe398a08ad75a4f7 /extern/audaspace
parent98b06c20a0d4a66e2d9f4496c788f3d0902ea7c6 (diff)
Fix: Build error with msvc2019.
Diffstat (limited to 'extern/audaspace')
-rw-r--r--extern/audaspace/include/file/FileManager.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/extern/audaspace/include/file/FileManager.h b/extern/audaspace/include/file/FileManager.h
index 03943ea8ae0..56708607ea6 100644
--- a/extern/audaspace/include/file/FileManager.h
+++ b/extern/audaspace/include/file/FileManager.h
@@ -27,6 +27,7 @@
#include <list>
#include <memory>
+#include <string>
AUD_NAMESPACE_BEGIN