diff options
author | Gwendal Grignou <gwendal@chromium.org> | 2016-08-18 15:48:36 -0700 |
---|---|---|
committer | chrome-bot <chrome-bot@chromium.org> | 2016-08-24 17:40:32 -0700 |
commit | 671613ec4a4d76d72579e99676083d0c46077f64 (patch) | |
tree | cf9ea4c8a253c934bee36347f64a689c50ae41fc | |
parent | 9f0d4e9760cbe40b119822b04a5cd5b2ae66c71b (diff) | |
download | chrome-ec-671613ec4a4d76d72579e99676083d0c46077f64.tar.gz |
motion_lid: Fix include file.
Add math_util, as matrix and vectors are used in this file.
BRANCH=none
BUG=none
TEST=compile when caller does not include math_util.
Change-Id: Ic8f6ada4f24a0f9d3c91dbf14bea98546089a08f
Signed-off-by: Gwendal Grignou <gwendal@chromium.org>
Reviewed-on: https://chromium-review.googlesource.com/373039
Reviewed-by: Randall Spangler <rspangler@chromium.org>
-rw-r--r-- | include/motion_lid.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/motion_lid.h b/include/motion_lid.h index 21803e6260..155c7735c9 100644 --- a/include/motion_lid.h +++ b/include/motion_lid.h @@ -9,6 +9,7 @@ #define __CROS_EC_MOTION_LID_H #include "host_command.h" +#include "math_util.h" /** * This structure defines all of the data needed to specify the orientation |