mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-02-20 10:54:14 +01:00
Missing include for Linux (stdint.h needed on that platform)
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@1487 ebee16cc-31ac-478f-84a7-5cbb03baadba
This commit is contained in:
parent
7956835163
commit
1553ca6799
@ -28,6 +28,7 @@
|
||||
*/
|
||||
|
||||
#include "coordinateconversions.h"
|
||||
#include <stdint.h>
|
||||
#include <QDebug>
|
||||
|
||||
#define RAD2DEG (180.0/3.14)
|
||||
|
Loading…
x
Reference in New Issue
Block a user