Skip to content

Commit

Permalink
Add cstdint to endian-ops
Browse files Browse the repository at this point in the history
  • Loading branch information
baconpaul committed Aug 12, 2024
1 parent b7778de commit 351196f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/sst/basic-blocks/mechanics/endian-ops.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
#define INCLUDE_SST_BASIC_BLOCKS_MECHANICS_ENDIAN_OPS_H

#include <cstring>
#include <cstdint>

namespace sst::basic_blocks::mechanics
{
Expand Down

0 comments on commit 351196f

Please sign in to comment.