Thrill  0.1
aggregate.hpp
Go to the documentation of this file.
1 /*******************************************************************************
2  * thrill/common/aggregate.hpp
3  *
4  * Part of Project Thrill - http://project-thrill.org
5  *
6  * Copyright (C) 2015 Timo Bingmann <[email protected]>
7  *
8  * All rights reserved. Published under the BSD-2 license in the LICENSE file.
9  ******************************************************************************/
10 
11 #pragma once
12 #ifndef THRILL_COMMON_AGGREGATE_HEADER
13 #define THRILL_COMMON_AGGREGATE_HEADER
14 
16 #include <tlx/math/aggregate.hpp>
17 
18 #endif // !THRILL_COMMON_AGGREGATE_HEADER
19 
20 /******************************************************************************/