From 5b04aadbb2051a613b4a3fe28e21eb4527f2952f Mon Sep 17 00:00:00 2001 From: Nico Weber Date: Mon, 8 Apr 2013 21:53:25 -0700 Subject: Try to fix build on Linux more. --- src/ninja_test.cc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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, ...) { -- cgit v0.12