Tiny modifications [#DEVTOOLS-3381].

This commit is contained in:
Alexey Milovidov 2017-06-20 00:06:46 +03:00
parent 7ca75180c7
commit 47484b4bed
4 changed files with 2 additions and 3 deletions

View File

@ -1,6 +1,6 @@
#include <IO/HashingWriteBuffer.h>
#include <iomanip>
#include <city.h>
namespace DB
{

View File

@ -3,6 +3,7 @@
#include <IO/WriteBuffer.h>
#include <IO/BufferWithOwnMemory.h>
#include <IO/ReadHelpers.h>
#include <city.h>
#define DBMS_DEFAULT_HASHING_BLOCK_SIZE 2048ULL

View File

@ -22,7 +22,6 @@
#include <IO/ReadBuffer.h>
#include <IO/ReadBufferFromMemory.h>
#include <IO/VarInt.h>
#include <city.h>
#define DEFAULT_MAX_STRING_SIZE 0x00FFFFFFULL

View File

@ -20,7 +20,6 @@
#include <IO/VarInt.h>
#include <IO/WriteBufferFromString.h>
#include <IO/DoubleConverter.h>
#include <city.h>
namespace DB