Fix: broken regression test fcurve_test.cc
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user