Skip to content

Commit

Permalink
Revert "Unnecessary include"
Browse files Browse the repository at this point in the history
This reverts commit 3b04378.
  • Loading branch information
IonAgorria committed Apr 12, 2024
1 parent f4c2394 commit f80c3e9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Source/Render/src/AnimChannelNode.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
#include "StdAfxRD.h"
#include "AnimChannelNode.h"
#ifdef PERIMETER_DEBUG_ASSERT
//Used for std::isfinite if asserts are enabled
#include <cmath>
#endif

cAnimChainNode::cAnimChainNode()
{
Expand Down

0 comments on commit f80c3e9

Please sign in to comment.