Index: src/base/logging.h |
diff --git a/src/base/logging.h b/src/base/logging.h |
index 8e24bb0864ee5ee1d1c4409e5f666145711a4e61..83c1bb60136c1ec9d626c0230db452f3dbb2bf96 100644 |
--- a/src/base/logging.h |
+++ b/src/base/logging.h |
@@ -5,9 +5,9 @@ |
#ifndef V8_BASE_LOGGING_H_ |
#define V8_BASE_LOGGING_H_ |
+#include <stdint.h> |
#include <string.h> |
-#include "include/v8stdint.h" |
#include "src/base/build_config.h" |
extern "C" void V8_Fatal(const char* file, int line, const char* format, ...); |