Skip to content

Commit 59b2b36

Browse files
authored
Merge pull request #56 from rpopescu/gcc_10_fix
closes #55 Fix for compilation on GCC 10.2.1 / FC32
2 parents 2ca187f + c0c9302 commit 59b2b36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clickhouse/types/types.cpp

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

3-
#include <assert.h>
3+
#include <stdexcept>
44

55
namespace clickhouse {
66

0 commit comments

Comments
 (0)