AU: add missing include
Forgot to include gpio_handler.h in system_state.h.
BUG=None
TEST=Builds
Change-Id: I26d54487ad937deb24ea791fdd1fc332d0af021e
Reviewed-on: https://gerrit.chromium.org/gerrit/41224
Tested-by: Gilad Arnold <garnold@chromium.org>
Reviewed-by: Don Garrett <dgarrett@chromium.org>
Commit-Queue: Gilad Arnold <garnold@chromium.org>
diff --git a/system_state.h b/system_state.h
index 20e11a7..cb33ce0 100644
--- a/system_state.h
+++ b/system_state.h
@@ -9,6 +9,8 @@
#include <policy/device_policy.h>
#include <policy/libpolicy.h>
+#include "update_engine/gpio_handler.h"
+
namespace chromeos_update_engine {
// SystemState is the root class within the update engine. So we should avoid