Index: src/base/functional.h |
diff --git a/src/base/functional.h b/src/base/functional.h |
index 996628527607f74a84fb0aeca847a13c97bd7d54..ff0d8075b943079de99555dc9ec733ca5ba0337b 100644 |
--- a/src/base/functional.h |
+++ b/src/base/functional.h |
@@ -5,12 +5,14 @@ |
#ifndef V8_BASE_FUNCTIONAL_H_ |
#define V8_BASE_FUNCTIONAL_H_ |
+#include <stddef.h> |
+#include <stdint.h> |
+ |
#include <cstddef> |
#include <cstring> |
#include <functional> |
#include <utility> |
-#include "include/v8stdint.h" |
#include "src/base/macros.h" |
namespace v8 { |