From 63652363ee2f76befe4dd08da17c1ff23834a39f Mon Sep 17 00:00:00 2001 From: Alexander Smyslov <37107500+alexander-smyslov@users.noreply.github.com> Date: Fri, 6 Dec 2024 15:05:33 +0100 Subject: [PATCH] Update LogicalType.hh for int32_t --- 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 b2a7d0294ff..7b113b3aac3 100644 --- a/lang/c++/include/avro/LogicalType.hh +++ b/lang/c++/include/avro/LogicalType.hh @@ -22,6 +22,7 @@ #include #include "Config.hh" +#include namespace avro {