summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/ninja_test.cc4
1 files changed, 3 insertions, 1 deletions
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 <stdarg.h>
+#include <stdio.h>
+#include "gtest/gtest.h"
#include "line_printer.h"
std::string StringPrintf(const char* format, ...) {