diff options
Diffstat (limited to 'runtime/dex_file.cc')
| -rw-r--r-- | runtime/dex_file.cc | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/dex_file.cc b/runtime/dex_file.cc index f408386617..78cbe58416 100644 --- a/runtime/dex_file.cc +++ b/runtime/dex_file.cc @@ -23,7 +23,9 @@  #include <string.h>  #include <sys/file.h>  #include <sys/stat.h> +  #include <memory> +#include <sstream>  #include "base/logging.h"  #include "base/stringprintf.h"  |