diff --git a/rapidly_exploring_random_tree/include/rrt.h b/rapidly_exploring_random_tree/include/rrt.h index b500120..eb8bfb1 100644 --- a/rapidly_exploring_random_tree/include/rrt.h +++ b/rapidly_exploring_random_tree/include/rrt.h @@ -3,7 +3,8 @@ #include #include -#include +#include // for std::sqrt and std::log +#include // for std::numeric_limits struct Point { double x, y;