From 3b3d37ed3962ba80b725d3c1ec5aa73d9618efc8 Mon Sep 17 00:00:00 2001 From: Jiri Vlasak Date: Fri, 25 Oct 2019 08:08:29 +0200 Subject: [PATCH] Update include in test template --- src/test-template.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test-template.cc b/src/test-template.cc index 57d1a0c..fb71099 100644 --- a/src/test-template.cc +++ b/src/test-template.cc @@ -2,7 +2,7 @@ #include #include -#include "rrts.h" +#include "rrtce.h" std::chrono::high_resolution_clock::time_point TSTART_; std::chrono::high_resolution_clock::time_point TEND_; -- 2.39.2