Skip to content

Commit

Permalink
cmt-20240921-3: fix build bug - 2
Browse files Browse the repository at this point in the history
fix github workflow build bug
  • Loading branch information
nicewang committed Sep 20, 2024
1 parent fd342f4 commit 0e15ffc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rapidly_exploring_random_tree/include/rrt.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@

#include <iostream>
#include <vector>
#include <cmath>
#include <cmath> // for std::sqrt and std::log
#include <limits> // for std::numeric_limits

struct Point {
double x, y;
Expand Down

0 comments on commit 0e15ffc

Please sign in to comment.