From: Nico Weber Date: Tue, 9 Apr 2013 04:53:25 +0000 (-0700) Subject: Try to fix build on Linux more. X-Git-Tag: v1.3.0~1^2~53^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5b04aadbb2051a613b4a3fe28e21eb4527f2952f;p=platform%2Fupstream%2Fninja.git Try to fix build on Linux more. --- diff --git a/src/ninja_test.cc b/src/ninja_test.cc index 8e431ab..3376050 100644 --- a/src/ninja_test.cc +++ b/src/ninja_test.cc @@ -12,8 +12,10 @@ // See the License for the specific language governing permissions and // limitations under the License. -#include "gtest/gtest.h" +#include +#include +#include "gtest/gtest.h" #include "line_printer.h" std::string StringPrintf(const char* format, ...) {