ClickHouse/src/Functions/s2_fwd.h

17 lines
410 B
C++
Raw Normal View History

2021-07-08 21:10:36 +00:00
#pragma once
2021-07-06 13:20:52 +00:00
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Wambiguous-reversed-operator"
#endif
2021-07-13 22:16:27 +00:00
#include <s2/s2latlng.h> // Y_IGNORE
#include <s2/s2cell_id.h> // Y_IGNORE
#include <s2/s2point.h> // Y_IGNORE
#include <s2/s2latlng_rect.h> // Y_IGNORE
#include <s2/s2cap.h> // Y_IGNORE
#include <s2/s1angle.h> // Y_IGNORE
2021-07-06 13:20:52 +00:00
#ifdef __clang__
#pragma clang diagnostic pop
#endif