clickhouse-cpp icon indicating copy to clipboard operation
clickhouse-cpp copied to clipboard

Example

Open GilbertoTheMighty opened this issue 3 years ago • 0 comments

After building and installing clickhouse-cpp I'm trying to run example code from main page to execute test query but it misses some includes. clickhouse/types/types.h:3:10: fatal error: absl/numeric/int128.h: No such file or directory 3 | #include "absl/numeric/int128.h" I'm linking as a static lib. Is there any guide how to use this properly?

GilbertoTheMighty avatar Aug 15 '22 11:08 GilbertoTheMighty