Fix: broken regression test fcurve_test.cc

This commit is contained in:
Christoph Lendenfeld 2023-11-07 15:08:20 +01:00
parent 73b15f341e
commit b2bdfe946e
1 changed files with 3 additions and 0 deletions

View File

@ -7,6 +7,8 @@
#include "BKE_fcurve.h"
#include "ANIM_fcurve.hh"
#include "ED_keyframing.hh"
#include "DNA_anim_types.h"
@ -14,6 +16,7 @@
#include "BLI_math_vector_types.hh"
namespace blender::bke::tests {
using namespace blender::animrig;
/* Epsilon for floating point comparisons. */
static const float EPSILON = 1e-7f;