Skip to content

Commit

Permalink
Fix compilation workflow fail
Browse files Browse the repository at this point in the history
  • Loading branch information
VyaasBaskar committed Jan 25, 2025
1 parent a606b72 commit d222443
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/frc846/cpp/frc846/math/RampRateLimiter.cc
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#include "frc846/math/RampRateLimiter.h"

#include <cmath>

namespace frc846::math {

RampRateLimiter::RampRateLimiter() {
Expand Down

0 comments on commit d222443

Please sign in to comment.