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/itasc/Cache.cpp')
-rw-r--r--intern/itasc/Cache.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/intern/itasc/Cache.cpp b/intern/itasc/Cache.cpp
index 1a1a3b4d009..d61e5a9eab5 100644
--- a/intern/itasc/Cache.cpp
+++ b/intern/itasc/Cache.cpp
@@ -6,11 +6,12 @@
*/
#include <string.h>
#include <assert.h>
+#include <math.h>
+#ifndef __STDC__
#include <malloc.h>
+#endif
#include "Cache.hpp"
-#include <math.h>
-
namespace iTaSC {
CacheEntry::~CacheEntry()