CameraMyntEye: fixed M_PI not defined error

This commit is contained in:
matlabbe
2020-06-30 23:36:12 -04:00
parent 0809946c66
commit 661a05b0da

View File

@@ -33,6 +33,10 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#include <mynteye/api.h>
#include <mynteye/device.h>
#include <mynteye/context.h>
#ifndef M_PI
#define M_PI 3.14159265358979323846
#endif
#endif
namespace rtabmap