Patrick Boutilier wrote: > chunkedstorage.hh:35: error: ?uint32_t? was not declared in this scope Needs #include <stdint.h> or #include <cstdint>. Kevin Kofler
Patrick Boutilier wrote: > chunkedstorage.hh:35: error: ?uint32_t? was not declared in this scope Needs #include <stdint.h> or #include <cstdint>. Kevin Kofler