Skip to content

Commit

Permalink
[hal] DriverStation.h: Add stddef.h include (wpilibsuite#5897)
Browse files Browse the repository at this point in the history
  • Loading branch information
spacey-sooty committed Nov 12, 2023
1 parent 95fa5ec commit 9ada181
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hal/src/main/native/include/hal/DriverStation.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@

#include <stdint.h>

#include <stddef.h> //NOLINT

#include <wpi/Synchronization.h>

#include "hal/DriverStationTypes.h"
Expand Down

0 comments on commit 9ada181

Please sign in to comment.