Skip to content

Commit

Permalink
Add missing <functional> include (ydb-platform#4493)
Browse files Browse the repository at this point in the history
  • Loading branch information
4JustMe4 authored May 15, 2024
1 parent 7b5026a commit 7156a4e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ydb/library/yql/minikql/dom/convert.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
#include <util/string/cast.h>
#include <util/string/builder.h>

#include <functional>

namespace NYql::NDom {

template<bool Strict, bool AutoConvert>
Expand Down

0 comments on commit 7156a4e

Please sign in to comment.