From 2493a03c54f17bdfa089cbff4b1e7593c442ac71 Mon Sep 17 00:00:00 2001 From: Alexey Milovidov Date: Sat, 15 Jun 2013 06:16:17 +0000 Subject: [PATCH] dbms: fixed error in prev. revision [#CONV-2944]. --- dbms/src/Interpreters/loadMetadata.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dbms/src/Interpreters/loadMetadata.cpp b/dbms/src/Interpreters/loadMetadata.cpp index f89c6eca436..ab6f6d66a73 100644 --- a/dbms/src/Interpreters/loadMetadata.cpp +++ b/dbms/src/Interpreters/loadMetadata.cpp @@ -1,3 +1,5 @@ +#include + #include #include