From 82f99a0db0a2ebe2589a0260d869f18bbf4ee196 Mon Sep 17 00:00:00 2001 From: Nathan Letwory Date: Wed, 23 Mar 2011 09:18:09 +0000 Subject: [PATCH] Adding header for offsetof() --- source/blender/collada/AnimationImporter.cpp | 1 + 1 file changed, 1 insertion(+) 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 /* COLLADABU_ASSERT, may be able to remove later */ #include "COLLADABUPlatform.h"