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/string/STR_String.h')
-rw-r--r--intern/string/STR_String.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/intern/string/STR_String.h b/intern/string/STR_String.h
index 429b84e1531..2e489f91ae0 100644
--- a/intern/string/STR_String.h
+++ b/intern/string/STR_String.h
@@ -42,6 +42,8 @@
#define assertd(exp) ((void)NULL)
#endif
+#include <cstdlib>
+#include <cstring>
#include <vector>
#include <limits.h>
using namespace std;