Skip to content

Commit 5c1f319

Browse files
author
Radu Popescu
committed
closes #55 Fix for compilation on GCC 10.2.1 / FC32
1 parent 04a4dce commit 5c1f319

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

clickhouse/types/types.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#include "types.h"
22

3-
#include <assert.h>
3+
#include <stdexcept>
4+
#include <cassert>
45

56
namespace clickhouse {
67

0 commit comments

Comments
 (0)