From ade4b8798173142fd7cf70be949343217dbe72b0 Mon Sep 17 00:00:00 2001 From: "Austin S. Hemmelgarn" Date: Mon, 16 Aug 2021 13:04:07 -0400 Subject: Added support for bundling protobuf as part of the install. (#11374) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Add support for bundling protobu as part of the install. * Fix typo. * Fix `make dist`. * Fix handling of protobuf usage. * Add explicit check for ACLK-NG in builds. * only protos in dist from aclk-schemas Co-authored-by: Timotej Šiškovič --- aclk/schema-wrappers/schema_wrapper_utils.h | 1 + 1 file changed, 1 insertion(+) (limited to 'aclk/schema-wrappers') diff --git a/aclk/schema-wrappers/schema_wrapper_utils.h b/aclk/schema-wrappers/schema_wrapper_utils.h index 61362e3d24..494855f822 100644 --- a/aclk/schema-wrappers/schema_wrapper_utils.h +++ b/aclk/schema-wrappers/schema_wrapper_utils.h @@ -3,6 +3,7 @@ #ifndef SCHEMA_WRAPPER_UTILS_H #define SCHEMA_WRAPPER_UTILS_H +#include #include #if GOOGLE_PROTOBUF_VERSION < 3001000 -- cgit v1.2.3