unneeded include, breaks ubuntu16

PRS_3888_3903
Miro Stauder 4 years ago
parent 79b4a3886e
commit 09933d96e0

@ -64,7 +64,7 @@
} while (rc==SQLITE_LOCKED || rc==SQLITE_BUSY);\ } while (rc==SQLITE_LOCKED || rc==SQLITE_BUSY);\
} while (0) } while (0)
#include <optional> //#include <optional>
#include "clickhouse/client.h" #include "clickhouse/client.h"
using namespace clickhouse; using namespace clickhouse;

Loading…
Cancel
Save