Missing include in extraction_segment.hpp

Windows build error
This commit is contained in:
Michael Bell 2024-04-06 00:02:01 +01:00 committed by GitHub
parent 64b6635652
commit 579daf79f9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,6 +1,7 @@
#ifndef OSRM_EXTRACTION_SEGMENT_HPP
#define OSRM_EXTRACTION_SEGMENT_HPP
#include <extractor/node_based_edge.hpp>
#include <util/coordinate.hpp>
namespace osrm::extractor