Skip to content

Commit

Permalink
Add missing stddef include for size_t
Browse files Browse the repository at this point in the history
Signed-off-by: Emerson Knapp <emerson.b.knapp@gmail.com>
  • Loading branch information
emersonknapp committed Feb 22, 2023
1 parent 17dbbec commit 9d6248d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/rcutils/sha256.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ extern "C"
{
#endif

#include <stddef.h>
#include <stdint.h>

#include "rcutils/visibility_control.h"
Expand Down

0 comments on commit 9d6248d

Please sign in to comment.