diff options
Diffstat (limited to 'tools/aidl/options.h')
-rw-r--r-- | tools/aidl/options.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/aidl/options.h b/tools/aidl/options.h index 387e37d08732..53ac47813dce 100644 --- a/tools/aidl/options.h +++ b/tools/aidl/options.h @@ -5,7 +5,8 @@ #include <string> #include <vector> -using namespace std; +using std::string; +using std::vector; enum { COMPILE_AIDL, |