Skip to content

Commit

Permalink
Merge pull request #194 from ClibMouse/bugfix/missing-include
Browse files Browse the repository at this point in the history
Add a missing include
  • Loading branch information
kashwy authored Jan 26, 2023
2 parents 128d960 + 6b75b1b commit 9491575
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Parsers/Kusto/KustoFunctions/IParserKQLFunction.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
#include <Parsers/Kusto/Utilities.h>

#include <boost/lexical_cast.hpp>
#include <magic_enum.hpp>
#include <pcg_random.hpp>
#include <Poco/String.h>

Expand Down

0 comments on commit 9491575

Please sign in to comment.