From b859b82008c05897f7fff2cd83be25eb1e996aaa Mon Sep 17 00:00:00 2001 From: "jochen@chromium.org" Date: Tue, 3 Jun 2014 13:35:42 +0000 Subject: [PATCH] Correct include paths in checks.h BUG=none R=mvstanton@chromium.org TBR=mvstanton@chromium.org LOG=n Review URL: https://codereview.chromium.org/314703002 git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@21640 ce2b1a6d-e550-0410-aec6-3dcde31c8c00 --- src/checks.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/checks.h b/src/checks.h index 75be657..dd7a395 100644 --- a/src/checks.h +++ b/src/checks.h @@ -7,8 +7,8 @@ #include -#include "base/build_config.h" #include "include/v8stdint.h" +#include "src/base/build_config.h" extern "C" void V8_Fatal(const char* file, int line, const char* format, ...); -- 2.7.4