Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:matwey:branches:server:database
clickhouse
0001-AVRO-2766-Fix-compilation-error-size_t-doe...
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 0001-AVRO-2766-Fix-compilation-error-size_t-does-not-name.patch of Package clickhouse
From 2b398cf179330ef545f2cae0daecd86a4aa3ac89 Mon Sep 17 00:00:00 2001 From: Laurent Stacul <laurent.stacul@amadeus.com> Date: Mon, 2 Mar 2020 15:19:58 +0000 Subject: [PATCH] AVRO-2766: Fix compilation error: 'size_t' does not name a type --- lang/c++/api/Zigzag.hh | 1 + 1 file changed, 1 insertion(+) diff --git a/contrib/avro/lang/c++/api/Zigzag.hh b/contrib/avro/lang/c++/api/Zigzag.hh index bf831d24..d0259b8d 100644 --- a/contrib/avro/lang/c++/api/Zigzag.hh +++ b/contrib/avro/lang/c++/api/Zigzag.hh @@ -21,6 +21,7 @@ #include <stdint.h> #include <array> +#include <cstddef> #include "Config.hh" /// \file -- 2.25.0
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor