From ab435f0610893169171ebf752f3e9a88957a67a7 Mon Sep 17 00:00:00 2001 From: Alexey Milovidov Date: Sun, 16 Aug 2020 22:50:50 +0300 Subject: [PATCH] Fix style --- src/Functions/normalizedQueryHash.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Functions/normalizedQueryHash.cpp b/src/Functions/normalizedQueryHash.cpp index cc9636dc14c..ca5ab7886e7 100644 --- a/src/Functions/normalizedQueryHash.cpp +++ b/src/Functions/normalizedQueryHash.cpp @@ -19,6 +19,7 @@ namespace DB namespace ErrorCodes { extern const int ILLEGAL_COLUMN; + extern const int ILLEGAL_TYPE_OF_ARGUMENT; } namespace