Skip to content

Commit

Permalink
added #include <string> to test code
Browse files Browse the repository at this point in the history
Signed-off-by: TaikiYamada4 <[email protected]>
  • Loading branch information
TaikiYamada4 committed Dec 20, 2024
1 parent d4f0fd4 commit 39fcda6
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
#include <gtest/gtest.h>
#include <lanelet2_core/LaneletMap.h>

#include <string>

class TestValidatorTemplate : public MapValidationTester
{
private:
Expand Down

0 comments on commit 39fcda6

Please sign in to comment.