Browse Source

Fix header include

Michael Ragazzon 1 year ago
parent
commit
a893ea6386
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Tests/Source/UnitTests/Animation.cpp

+ 1 - 1
Tests/Source/UnitTests/Animation.cpp

@@ -33,7 +33,7 @@
 #include <RmlUi/Core/Element.h>
 #include <RmlUi/Core/ElementDocument.h>
 #include <doctest.h>
-#include <limits.h>
+#include <float.h>
 
 using namespace Rml;