[rotorcraft] include airframe.h in guidance_x_ref.h

This commit is contained in:
Felix Ruess
2013-11-11 22:10:08 +01:00
parent a9eccf6b41
commit 174168b6e9
2 changed files with 2 additions and 1 deletions
@@ -30,6 +30,7 @@
#include "inttypes.h"
#include "math/pprz_algebra.h"
#include "math/pprz_algebra_int.h"
#include "generated/airframe.h"
/** Speed saturation */
#ifndef GUIDANCE_H_REF_MAX_SPEED
@@ -31,7 +31,7 @@
#include "inttypes.h"
#include "math/pprz_algebra.h"
#include "math/pprz_algebra_int.h"
#include "generated/airframe.h"
#ifndef GUIDANCE_V_REF_MIN_ZD
#define GUIDANCE_V_REF_MIN_ZD (-3.)