Adapt lane dump to lanes at intersection (#2675), resolves #2709

This commit is contained in:
Daniel J. Hofmann
2016-08-02 15:09:09 +02:00
parent 026f71934b
commit b24f5c7c1a
2 changed files with 7 additions and 2 deletions
+3
View File
@@ -22,6 +22,9 @@
#include "util/static_graph.hpp"
#include "util/static_rtree.hpp"
// Keep debug include to make sure the debug header is in sync with types.
#include "util/debug.hpp"
#include "extractor/tarjan_scc.hpp"
#include <boost/filesystem.hpp>