mirror of https://github.com/ArduPilot/ardupilot
Don't count on things including <stdint.h> before AP_Common.h.
git-svn-id: https://arducopter.googlecode.com/svn/trunk@456 f9c3cf11-9bcb-44bc-f272-b75c42450872
This commit is contained in:
parent
10f3a6f9cb
commit
dc85377587
|
@ -9,6 +9,8 @@
|
|||
#ifndef _AP_COMMON_H
|
||||
#define _AP_COMMON_H
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
///
|
||||
/// @file AP_Common.h
|
||||
/// @brief Common definitions and utility routines for the ArduPilot
|
||||
|
|
Loading…
Reference in New Issue