summaryrefslogtreecommitdiff
path: root/init/init_test.cpp
diff options
context:
space:
mode:
authorTom Cherry <tomcherry@google.com>2018-02-13 15:36:14 -0800
committerTom Cherry <tomcherry@google.com>2018-02-14 16:37:09 -0800
commit7fd3bc27eccdcb11de4886bdda05cd26a8d8af5c (patch)
tree4235be71596d436217a6e4f3abff105472cf91ad /init/init_test.cpp
parent0f6417f232e92aad0d712ab1b131c0829869cddd (diff)
Move ActionManager to its own file
Bug: 36970783 Test: build Change-Id: I08fa39052236b462249f79de1d02bf02bdbf4c84
Diffstat (limited to 'init/init_test.cpp')
-rw-r--r--init/init_test.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/init/init_test.cpp b/init/init_test.cpp
index d78aabd16..0f9635f81 100644
--- a/init/init_test.cpp
+++ b/init/init_test.cpp
@@ -21,6 +21,7 @@
#include <gtest/gtest.h>
#include "action.h"
+#include "action_manager.h"
#include "action_parser.h"
#include "builtins.h"
#include "import_parser.h"