Skip to content

Commit 71dfa29

Browse files
committed
fix macro redifined
1 parent a85d2e9 commit 71dfa29

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

ydb/library/workload/tpch/driver.h

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,13 @@ extern "C" {
66

77
#include <ydb/library/benchmarks/gen/tpch-dbgen/config.h>
88
#include <ydb/library/benchmarks/gen/tpch-dbgen/release.h>
9+
#ifdef DT_CHR
10+
#undef DT_CHR
11+
#endif
912
#include <ydb/library/benchmarks/gen/tpch-dbgen/dss.h>
13+
#ifdef DT_CHR
14+
#undef DT_CHR
15+
#endif
1016
#include <ydb/library/benchmarks/gen/tpch-dbgen/dsstypes.h>
1117

1218
void InitTpchGen(DSS_HUGE scale);

0 commit comments

Comments
 (0)