File tree Expand file tree Collapse file tree 4 files changed +6
-3
lines changed
Expand file tree Collapse file tree 4 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 1010#include " config.h"
1111#include " format.hpp"
1212#include " logging.hpp"
13+ #include " node-ram-cache.hpp"
1314#include " options.hpp"
15+ #include " reprojection.hpp"
1416#include " sprompt.hpp"
1517
1618#include < algorithm>
Original file line number Diff line number Diff line change 1010 * For a full list of authors see the git log.
1111 */
1212
13- #include " node-ram-cache.hpp"
14- #include " reprojection.hpp"
15-
1613#include < osmium/osm/box.hpp>
1714
1815#include < boost/optional.hpp>
1916#include < memory>
2017#include < string>
2118#include < vector>
2219
20+ class reprojection ;
21+
2322// / Variants for generation of hstore column
2423enum class hstore_column : char
2524{
Original file line number Diff line number Diff line change 2222#include < osmium/index/id_set.hpp>
2323
2424#include " options.hpp"
25+ #include " osmtypes.hpp"
2526#include " thread-pool.hpp"
2627
2728struct middle_query_t ;
Original file line number Diff line number Diff line change 1111 */
1212
1313#include " options.hpp"
14+ #include " reprojection.hpp"
1415
1516#include " common-pg.hpp"
1617
You can’t perform that action at this time.
0 commit comments