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

paleolimbot pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-nanoarrow.git


The following commit(s) were added to refs/heads/main by this push:
     new 4637b76  Add missing include in amalgamated build (#35)
4637b76 is described below

commit 4637b767f37d3e28590750a2372cb0337b2cc36e
Author: David Li <[email protected]>
AuthorDate: Wed Aug 24 20:33:23 2022 -0400

    Add missing include in amalgamated build (#35)
---
 src/nanoarrow/nanoarrow_types.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/nanoarrow/nanoarrow_types.h b/src/nanoarrow/nanoarrow_types.h
index a66138d..5f79902 100644
--- a/src/nanoarrow/nanoarrow_types.h
+++ b/src/nanoarrow/nanoarrow_types.h
@@ -19,6 +19,7 @@
 #define NANOARROW_NANOARROW_TYPES_H_INCLUDED
 
 #include <stdint.h>
+#include <string.h>
 
 #include "build_id.h"
 

Reply via email to