Skip to content

Commit e0a4057

Browse files
update to include cstdint header in shm file, previously included via leaky header. discovered via #171, will update RaftLib library next
1 parent e10da7f commit e0a4057

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

include/shm

+2
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@
2424
#include <utility>
2525
#include <exception>
2626
#include <string>
27+
#include <cstdint>
28+
2729
//platform specific definitions
2830
#include "shm_module.hpp"
2931

0 commit comments

Comments
 (0)