#ifndef COMMON_HPP #define COMMON_HPP #include #include #include #include #include #include #include typedef osmium::index::map::Dummy index_neg_type; typedef osmium::index::map::SparseMemArray index_pos_type; typedef osmium::handler::NodeLocationsForWays location_handler_type; #include "check_basics_handler.hpp" #include "check_wkt_handler.hpp" #include "testdata-testcases.hpp" #endif // COMMON_HPP