diff options
Diffstat (limited to 'cmds/incident_helper/src/TextParserBase.h')
-rw-r--r-- | cmds/incident_helper/src/TextParserBase.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmds/incident_helper/src/TextParserBase.h b/cmds/incident_helper/src/TextParserBase.h index 166796673e25..784c181d9741 100644 --- a/cmds/incident_helper/src/TextParserBase.h +++ b/cmds/incident_helper/src/TextParserBase.h @@ -21,6 +21,7 @@ #include <utils/String8.h> using namespace android; +using namespace std; /** * Base class for text parser |