mirror of https://github.com/sysown/proxysql
parent
2745e42dfd
commit
fc308a418a
@ -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…
Reference in new issue