This is an automated email from the ASF dual-hosted git repository.

mgrigorov pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/avro.git


The following commit(s) were added to refs/heads/main by this push:
     new 260062c44 Update LogicalType.hh for  int32_t (#3257)
260062c44 is described below

commit 260062c440fbf95c0b03b6145a484b9e6e05e8a2
Author: Alexander Smyslov <[email protected]>
AuthorDate: Mon Apr 14 10:33:50 2025 +0200

    Update LogicalType.hh for  int32_t (#3257)
---
 lang/c++/include/avro/LogicalType.hh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lang/c++/include/avro/LogicalType.hh 
b/lang/c++/include/avro/LogicalType.hh
index 53a1a8fd5..0663ad3f6 100644
--- a/lang/c++/include/avro/LogicalType.hh
+++ b/lang/c++/include/avro/LogicalType.hh
@@ -26,6 +26,7 @@
 #include <unordered_map>
 
 #include "Config.hh"
+#include <cstdint>
 
 namespace avro {
 

Reply via email to