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:
authorNathan Letwory <nathan@letworyinteractive.com>2010-10-06 16:04:56 +0400
committerNathan Letwory <nathan@letworyinteractive.com>2010-10-06 16:04:56 +0400
commite161c22dc24842e1900f3c68948fe7a4af973c4e (patch)
treeaaf50c4b16a22641abc6c56a2d994c1216e94bf2 /source/blender/collada/SkinInfo.cpp
parent7245280f6c9c797e92d51bd10fc1d1127efdd394 (diff)
Assorted GCC fixes for OpenCOLLADA support
Diffstat (limited to 'source/blender/collada/SkinInfo.cpp')
-rw-r--r--source/blender/collada/SkinInfo.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/blender/collada/SkinInfo.cpp b/source/blender/collada/SkinInfo.cpp
index 58985d58db3..a3ac6a30c59 100644
--- a/source/blender/collada/SkinInfo.cpp
+++ b/source/blender/collada/SkinInfo.cpp
@@ -24,6 +24,10 @@
#include <algorithm>
+#ifndef WIN32
+#include <stdint.h>
+#endif
+
#include "BKE_object.h"
#include "DNA_armature_types.h"
#include "DNA_modifier_types.h"