Skip to content

Commit 3ae4cc6

Browse files
fix deprecated include (#1530) (#1532)
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 db39c6e commit 3ae4cc6

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
@@ -34,7 +34,6 @@
3434
#include <cmath>
3535
#include <complex>
3636
#include <cstdint>
37-
#include <ctgmath>
3837
#include <memory>
3938
#include <valarray>
4039

0 commit comments

Comments
 (0)