Skip to content

Commit

Permalink
Add missing includes to LEDPattern.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
KangarooKoala committed Jul 18, 2024
1 parent 7663211 commit 5e622f5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions wpilibc/src/main/native/cpp/LEDPattern.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
#include <algorithm>
#include <cmath>
#include <numbers>
#include <unordered_map>
#include <vector>

#include <wpi/MathExtras.h>
#include <wpi/timestamp.h>
Expand Down

0 comments on commit 5e622f5

Please sign in to comment.