| Index: src/bootstrapper.cc
|
| diff --git a/src/bootstrapper.cc b/src/bootstrapper.cc
|
| index 2e46530d95f8010215e15bc7a6a63daf29624591..038e11223cd502ac8715c666246fbee7c8b231a7 100644
|
| --- a/src/bootstrapper.cc
|
| +++ b/src/bootstrapper.cc
|
| @@ -6,13 +6,13 @@
|
|
|
| #include "src/accessors.h"
|
| #include "src/api-natives.h"
|
| +#include "src/base/utils/random-number-generator.h"
|
| #include "src/code-stubs.h"
|
| #include "src/extensions/externalize-string-extension.h"
|
| #include "src/extensions/free-buffer-extension.h"
|
| #include "src/extensions/gc-extension.h"
|
| #include "src/extensions/statistics-extension.h"
|
| #include "src/extensions/trigger-failure-extension.h"
|
| -#include "src/isolate-inl.h"
|
| #include "src/snapshot/natives.h"
|
| #include "src/snapshot/snapshot.h"
|
| #include "third_party/fdlibm/fdlibm.h"
|
|
|