Skip to content

Commit 8adf7fe

Browse files
committed
fix missing header for windows
1 parent e34e443 commit 8adf7fe

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/traversability_boundary.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#include "spark_dsg/traversability_boundary.h"
22

3+
#include <cmath>
4+
35
namespace spark_dsg {
46

57
bool isTraversable(TraversabilityState state, bool optimistic) {

0 commit comments

Comments
 (0)