From 074061833a717746017c33ab0574f1b0115dd28b Mon Sep 17 00:00:00 2001 From: "kibak.yoon" Date: Tue, 28 Jun 2016 19:00:25 +0900 Subject: [PATCH] sensor-hal: include missing header files for monotonic timestamp - for using monotonic timestamp, "linux/input.h" has to be included. Change-Id: I21246e7c95a56c5b524c6d17320a9ab67b50e351 Signed-off-by: kibak.yoon --- src/util.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/util.cpp b/src/util.cpp index 8b95cdb..a54149c 100644 --- a/src/util.cpp +++ b/src/util.cpp @@ -18,10 +18,12 @@ #include #include #include -#include +#include +#include #include #include #include +#include using std::ifstream; using std::ofstream; -- 2.7.4