In file included from D4StreamMarshaller.h:50,
from D4StreamMarshaller.cc:44:
crc.h:9:14: error: 'uint32_t' does not name a type
9 | static const uint32_t kCrc32Table[256] = {
| ^~~~~~~~
crc.h:1:1: note: 'uint32_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
+++ |+#include <cstdint>
1 | /*
Currently fails to build with: