We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51c9cba commit 4bb7154Copy full SHA for 4bb7154
include/Log.h renamed to include/Log.hpp
src/OpenDriveMap.cpp
@@ -9,7 +9,7 @@
9
#include "Lane.h"
10
#include "LaneSection.h"
11
#include "LaneValidityRecord.h"
12
-#include "Log.h"
+#include "Log.hpp"
13
#include "Math.hpp"
14
#include "RefLine.h"
15
#include "Road.h"
src/Road.cpp
@@ -1,6 +1,6 @@
1
2
3
4
5
#include "RoadMark.h"
6
#include "Utils.hpp"
0 commit comments