diff options
Diffstat (limited to 'compiler/driver/compiler_options_map.h')
-rw-r--r-- | compiler/driver/compiler_options_map.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/driver/compiler_options_map.h b/compiler/driver/compiler_options_map.h index 14f511286a..7e2f8466e0 100644 --- a/compiler/driver/compiler_options_map.h +++ b/compiler/driver/compiler_options_map.h @@ -20,9 +20,9 @@ #include <string> #include <vector> +#include "base/compiler_filter.h" #include "base/variant_map.h" #include "cmdline_types.h" -#include "compiler_filter.h" namespace art { |