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:
authorGaia Clary <gaia.clary@machinimatrix.org>2019-05-28 15:41:56 +0300
committerGaia Clary <gaia.clary@machinimatrix.org>2019-06-03 00:00:56 +0300
commitb646da8d85c4a4ff6028a0b162ec83764fe46f34 (patch)
treee8e5ffff4ce1f0451b9348c1dd415396d95b9fc3 /source/blender/collada/BCAnimationSampler.cpp
parent122b9478c66e13fa3c14da606cfa92528acd0b87 (diff)
fix: add back changes after last pull from master
Diffstat (limited to 'source/blender/collada/BCAnimationSampler.cpp')
-rw-r--r--source/blender/collada/BCAnimationSampler.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/collada/BCAnimationSampler.cpp b/source/blender/collada/BCAnimationSampler.cpp
index f64a8e8bbb7..2e89ea0af4d 100644
--- a/source/blender/collada/BCAnimationSampler.cpp
+++ b/source/blender/collada/BCAnimationSampler.cpp
@@ -25,6 +25,7 @@
#include "BCAnimationCurve.h"
#include "BCAnimationSampler.h"
#include "collada_utils.h"
+#include "BCMath.h"
extern "C" {
#include "BKE_action.h"