aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Stange <stange@google.com>2019-03-28 09:41:14 -0400
committerAnthony Stange <stange@google.com>2019-03-28 13:55:51 +0000
commite77cd0ad9a2a030e956f3af9f9e6015d6c81240e (patch)
tree60378bbaab991018278192b3b9a6ec1023520f4f
parent002c3528a6ae1ec36ed020e57ae004d01a956510 (diff)
downloadchre-e77cd0ad9a2a030e956f3af9f9e6015d6c81240e.tar.gz
Modify event_loop_common.h to include what it uses
Test: Compile Change-Id: I2897e8cf7b4848ba5bf8874e62c0c5e9f4e09b85
-rw-r--r--core/include/chre/core/event_loop_common.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/core/include/chre/core/event_loop_common.h b/core/include/chre/core/event_loop_common.h
index c871d7bc..f5aebdff 100644
--- a/core/include/chre/core/event_loop_common.h
+++ b/core/include/chre/core/event_loop_common.h
@@ -17,6 +17,10 @@
#ifndef CHRE_CORE_EVENT_LOOP_COMMON_H_
#define CHRE_CORE_EVENT_LOOP_COMMON_H_
+#include "chre_api/chre/event.h"
+
+#include <cstdint>
+
namespace chre {
//! An identifier for a system callback, which is mapped into a CHRE event type