Hotfix: Updated a MAVLink header

This commit is contained in:
Lorenz Meier 2013-07-09 18:25:42 +02:00
parent e3bb9e87e2
commit c7f372916c
1 changed files with 6 additions and 0 deletions

View File

@ -1,6 +1,12 @@
#ifndef _MAVLINK_CONVERSIONS_H_
#define _MAVLINK_CONVERSIONS_H_
/* enable math defines on Windows */
#ifdef _MSC_VER
#ifndef _USE_MATH_DEFINES
#define _USE_MATH_DEFINES
#endif
#endif
#include <math.h>
/**