Skip to content

Commit

Permalink
Add USE_MATH_DEFINES for Windows compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin-Idel committed May 29, 2019
1 parent 4f90f39 commit 2736ebf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rviz_rendering/src/rviz_rendering/objects/wrench_visual.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@
* POSSIBILITY OF SUCH DAMAGE.
*/

#define _USE_MATH_DEFINES
#include <cmath>
#include <memory>

#include <OgreVector3.h>
Expand Down

0 comments on commit 2736ebf

Please sign in to comment.