1
0
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:
edouard 2010-08-31 12:28:15 +00:00 committed by edouard
parent 7956835163
commit 1553ca6799

View File

@ -28,6 +28,7 @@
*/
#include "coordinateconversions.h"
#include <stdint.h>
#include <QDebug>
#define RAD2DEG (180.0/3.14)