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>2011-03-23 12:18:09 +0300
committerNathan Letwory <nathan@letworyinteractive.com>2011-03-23 12:18:09 +0300
commit82f99a0db0a2ebe2589a0260d869f18bbf4ee196 (patch)
treece34521419f1c3148b18ea39b8f2d500a2b6d23d /source/blender/collada
parent55b631516642d3269197fd36495844677a102630 (diff)
Adding header for offsetof()
Diffstat (limited to 'source/blender/collada')
-rw-r--r--source/blender/collada/AnimationImporter.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/collada/AnimationImporter.cpp b/source/blender/collada/AnimationImporter.cpp
index 85fc6e3cbeb..a166324bde7 100644
--- a/source/blender/collada/AnimationImporter.cpp
+++ b/source/blender/collada/AnimationImporter.cpp
@@ -26,6 +26,7 @@
* \ingroup collada
*/
+#include <stddef.h>
/* COLLADABU_ASSERT, may be able to remove later */
#include "COLLADABUPlatform.h"