| Index: src/runtime/runtime-regexp.cc
|
| diff --git a/src/runtime/runtime-regexp.cc b/src/runtime/runtime-regexp.cc
|
| index 5628f3e3dccdc8e57f01e778703cc5393597e95a..de671f57838a5137925acc22a9773893df06972d 100644
|
| --- a/src/runtime/runtime-regexp.cc
|
| +++ b/src/runtime/runtime-regexp.cc
|
| @@ -2,9 +2,10 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "src/v8.h"
|
| +#include "src/runtime/runtime-utils.h"
|
|
|
| #include "src/arguments.h"
|
| +#include "src/conversions-inl.h"
|
| #include "src/messages.h"
|
| #include "src/regexp/jsregexp-inl.h"
|
| #include "src/regexp/jsregexp.h"
|
|
|