You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
proxysql/deps/clickhouse-cpp/wire_format.patch

11 lines
270 B

--- clickhouse-cpp/clickhouse/base/wire_format.h 2022-11-23 09:33:15.000000000 +0000
+++ clickhouse-cpp/clickhouse/base/wire_format.h 2023-05-02 19:17:50.000000000 +0000
@@ -1,6 +1,7 @@
#pragma once
#include <string>
+#include <stdint.h>
namespace clickhouse {