2014-11-06 07:07:27 -05:00
|
|
|
#ifndef ATIDLAS_BENCH_COMMON_HPP_
|
|
|
|
#define ATIDLAS_BENCH_COMMON_HPP_
|
|
|
|
|
|
|
|
#include "vector"
|
2015-01-12 13:20:53 -05:00
|
|
|
#include <cmath>
|
2015-02-04 22:06:15 -05:00
|
|
|
#include <algorithm>
|
2014-11-06 07:07:27 -05:00
|
|
|
|
|
|
|
|
2015-02-01 22:28:49 -05:00
|
|
|
|
2014-11-06 07:07:27 -05:00
|
|
|
#endif
|