diff options
Diffstat (limited to 'cmds/incidentd/tests/Reporter_test.cpp')
-rw-r--r-- | cmds/incidentd/tests/Reporter_test.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmds/incidentd/tests/Reporter_test.cpp b/cmds/incidentd/tests/Reporter_test.cpp index 42d94f09b508..cf107c858cca 100644 --- a/cmds/incidentd/tests/Reporter_test.cpp +++ b/cmds/incidentd/tests/Reporter_test.cpp @@ -30,6 +30,7 @@ using namespace android; using namespace android::base; using namespace android::binder; using namespace android::os; +using namespace android::os::incidentd; using namespace std; using ::testing::StrEq; using ::testing::Test; |