Skip to content

Commit

Permalink
update to include cstdint header in shm file, previously included via…
Browse files Browse the repository at this point in the history
… leaky header. discovered via #171, will update RaftLib library next
  • Loading branch information
jonathan-beard committed Dec 22, 2024
1 parent e10da7f commit e0a4057
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/shm
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@
#include <utility>
#include <exception>
#include <string>
#include <cstdint>

//platform specific definitions
#include "shm_module.hpp"

Expand Down

0 comments on commit e0a4057

Please sign in to comment.