| Index: src/x64/regexp-macro-assembler-x64.cc
|
| ===================================================================
|
| --- src/x64/regexp-macro-assembler-x64.cc (revision 4699)
|
| +++ src/x64/regexp-macro-assembler-x64.cc (working copy)
|
| @@ -26,6 +26,9 @@
|
| // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
|
| #include "v8.h"
|
| +
|
| +#if defined(V8_TARGET_ARCH_X64)
|
| +
|
| #include "serialize.h"
|
| #include "unicode.h"
|
| #include "log.h"
|
| @@ -1368,3 +1371,5 @@
|
| #endif // V8_INTERPRETED_REGEXP
|
|
|
| }} // namespace v8::internal
|
| +
|
| +#endif // V8_TARGET_ARCH_X64
|
|
|