Adding column.h.diff

pull/3610/head
René Cannaò 5 years ago
parent 2745e42dfd
commit fc308a418a

1
.gitignore vendored

@ -147,7 +147,6 @@ deps/sqlite3/sqlite-amalgamation-3150000/
deps/sqlite3/sqlite-amalgamation-3190200/
deps/sqlite3/sqlite-amalgamation-3270200/
deps/clickhouse-cpp
deps/cityhash/cityhash/
deps/lz4/lz4-1.7.5/

@ -0,0 +1,9 @@
@@ -4,6 +4,8 @@
#include "../base/coded.h"
#include "../types/types.h"
+#include <stdexcept>
+
namespace clickhouse {
using ColumnRef = std::shared_ptr<class Column>;
Loading…
Cancel
Save