Chromium Code Reviews| Index: src/jsregexp.cc |
| =================================================================== |
| --- src/jsregexp.cc (revision 687) |
| +++ src/jsregexp.cc (working copy) |
| @@ -40,6 +40,9 @@ |
| #include "string-stream.h" |
| #include "parser.h" |
| +#include "assembler.h" |
| +#include "regexp-codegen.h" |
| + |
| // Including pcre.h undefines DEBUG to avoid getting debug output from |
| // the JSCRE implementation. Make sure to redefine it in debug mode |
| // after having included the header file. |