alexander-smyslov opened a new pull request, #3257: URL: https://github.com/apache/avro/pull/3257
Fix compilation under linux && gcc /mnt/d/vcpkg/vcpkg/buildtrees/avro-cpp/src/ase-1.12.0-9c954b550d.clean/lang/c++/include/avro/LogicalType.hh:51:5: error: 'int32_t' does not name a type 51 | int32_t precision() const { return precision_; } | ^~~~~~~ /mnt/d/vcpkg/vcpkg/buildtrees/avro-cpp/src/ase-1.12.0-9c954b550d.clean/lang/c++/include/avro/LogicalType.hh:25:1: note: 'int32_t' is defined in header '<cstdint>'; did you forget to '#include <cstdint>'? 24 | #include "Config.hh" +++ |+#include <cstdint> 25 | /mnt/d/vcpkg/vcpkg/buildtrees/avro-cpp/src/ase-1.12.0-9c954b550d.clean/lang/c++/include/avro/LogicalType.hh:52:19: error: 'int32_t' has not been declared 52 | void setScale(int32_t scale); -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@avro.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org