Skip to content

Commit 78a2d03

Browse files
fix deprecated include (#1530) (#1531)
only the removal of the library <ctgmath> is necessary. It was deprecated in C++17 and <cmath> is already included. (cherry picked from commit 09e440f) Signed-off-by: mosfet80 <[email protected]> Co-authored-by: mosfet80 <[email protected]>
1 parent ad4ea0c commit 78a2d03

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

rviz_default_plugins/src/rviz_default_plugins/view_controllers/orbit/orbit_view_controller.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@
3535
#include <cmath>
3636
#include <complex>
3737
#include <cstdint>
38-
#include <ctgmath>
3938
#include <memory>
4039
#include <valarray>
4140

0 commit comments

Comments
 (0)