Skip to content

Commit 60520a1

Browse files
author
asier
committed
Add missing header
The library doesn't compile with GCC 10
1 parent a22e075 commit 60520a1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

clickhouse/columns/itemview.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
#include "../types/types.h"
44

55
#include <string_view>
6+
#include <stdexcept>
67

78
namespace clickhouse {
89

0 commit comments

Comments
 (0)