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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/intern/string/STR_String.h b/intern/string/STR_String.h
index 4e6d04c1c64..97b23345f91 100644
--- a/intern/string/STR_String.h
+++ b/intern/string/STR_String.h
@@ -29,11 +29,11 @@
# define assertd(exp) ((void)NULL)
#endif
-#include <vector>
#include <limits.h>
+#include <vector>
-#include <cstring>
#include <cstdlib>
+#include <cstring>
#ifdef WITH_CXX_GUARDEDALLOC
# include "MEM_guardedalloc.h"