Skip to content

Commit

Permalink
YQL-17644: fix ydb/library/yql/minikql/mkql_type_ops_ut build on wind…
Browse files Browse the repository at this point in the history
  • Loading branch information
marsaly79 authored Jan 25, 2024
1 parent ef84e11 commit cbcc3a7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ydb/library/yql/minikql/mkql_type_ops_ut.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#include <ydb/library/yql/parser/pg_wrapper/pg_compat.h>

#include "mkql_type_ops.h"

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

extern "C" {
#include <postgres.h>
#include <datatype/timestamp.h>
#include <utils/datetime.h>
}
Expand Down

0 comments on commit cbcc3a7

Please sign in to comment.