Arcadia fixes

This commit is contained in:
proller 2019-07-24 21:35:45 +03:00
parent 16de323bbe
commit 6cec39ce96
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@
#if USE_PROTOBUF #if USE_PROTOBUF
#include <boost/noncopyable.hpp> #include <boost/noncopyable.hpp>
#include <Formats/ProtobufColumnMatcher.h> #include "ProtobufColumnMatcher.h"
#include <IO/ReadBuffer.h> #include <IO/ReadBuffer.h>
#include <memory> #include <memory>

View File

@ -7,7 +7,7 @@
#include "config_formats.h" #include "config_formats.h"
#if USE_PROTOBUF #if USE_PROTOBUF
#include <Formats/ProtobufColumnMatcher.h> #include "ProtobufColumnMatcher.h"
#include <IO/WriteBufferFromString.h> #include <IO/WriteBufferFromString.h>
#include <boost/noncopyable.hpp> #include <boost/noncopyable.hpp>
#include <Common/PODArray.h> #include <Common/PODArray.h>