mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 08:32:02 +00:00
Add missed <stdexcept>
std::logic_error is used at line 294, so the appropriate header is required.
This commit is contained in:
parent
af5a74a0d5
commit
9d509cfc56
@ -1,6 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
#include <cassert>
|
||||
#include <stdexcept> // for std::logic_error
|
||||
#include <string>
|
||||
#include <vector>
|
||||
#include <functional>
|
||||
|
Loading…
Reference in New Issue
Block a user