diff options
Diffstat (limited to 'tools/aidl/options_test.cpp')
-rw-r--r-- | tools/aidl/options_test.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/aidl/options_test.cpp b/tools/aidl/options_test.cpp index bd106ce54f2d..7ac527dc9e4f 100644 --- a/tools/aidl/options_test.cpp +++ b/tools/aidl/options_test.cpp @@ -3,7 +3,8 @@ const bool VERBOSE = false; -using namespace std; +using std::string; +using std::vector; struct Answer { const char* argv[8]; |