Skip to content

Commit cbcc3a7

Browse files
authored
YQL-17644: fix ydb/library/yql/minikql/mkql_type_ops_ut build on windows (#1320)
1 parent ef84e11 commit cbcc3a7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ydb/library/yql/minikql/mkql_type_ops_ut.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#include <ydb/library/yql/parser/pg_wrapper/pg_compat.h>
2+
13
#include "mkql_type_ops.h"
24

35
#include <library/cpp/testing/unittest/registar.h>
@@ -6,7 +8,6 @@
68
#include <util/stream/str.h>
79

810
extern "C" {
9-
#include <postgres.h>
1011
#include <datatype/timestamp.h>
1112
#include <utils/datetime.h>
1213
}

0 commit comments

Comments
 (0)