commit | 0e2c34f92f00628d48968dfea096d36381f494cb | [log] [tgz] |
---|---|---|
author | Stephen Hines <srhines@google.com> | Mon Mar 23 12:09:02 2015 -0700 |
committer | Stephen Hines <srhines@google.com> | Tue Mar 31 17:07:53 2015 -0700 |
tree | 03a142fc9174f13e1e3120853592c56778f14fe5 | |
parent | f6595cb19f570efe109abe570c726ebd7afd3973 [diff] [blame] |
Update aosp/master clang for rebase to r230699. Change-Id: I6a546ab3d4ae37119eebb735e102cca4f80ab520
diff --git a/lib/Frontend/CodeGenOptions.cpp b/lib/Frontend/CodeGenOptions.cpp index 4fa28b4..75ee47f 100644 --- a/lib/Frontend/CodeGenOptions.cpp +++ b/lib/Frontend/CodeGenOptions.cpp
@@ -7,8 +7,8 @@ // //===----------------------------------------------------------------------===// -#include <string.h> #include "clang/Frontend/CodeGenOptions.h" +#include <string.h> namespace clang {