Properly includes needed headers in turn analysis interface

This commit is contained in:
Daniel J. Hofmann 2016-03-03 18:30:41 +01:00 committed by Patrick Niklaus
parent 81c5ec0777
commit 3f598a5121

View File

@ -6,6 +6,11 @@
#include "extractor/restriction_map.hpp"
#include "extractor/compressed_edge_container.hpp"
#include <cstdint>
#include <string>
#include <vector>
#include <memory>
#include <unordered_set>
namespace osrm