dbms: Aggregator.cpp include <cxxabi.h>

@milovidov check if this fix is rightful
This commit is contained in:
Andrey Mironov 2015-01-12 11:06:17 +03:00
parent df17f97482
commit ed3965c04c

View File

@ -2,6 +2,8 @@
#include <thread> #include <thread>
#include <future> #include <future>
#include <cxxabi.h>
#include <statdaemons/Stopwatch.h> #include <statdaemons/Stopwatch.h>
#include <DB/DataTypes/DataTypeAggregateFunction.h> #include <DB/DataTypes/DataTypeAggregateFunction.h>