Chromium Code Reviews

Unified Diff: src/jsregexp.h

Issue 267117: Untangle some #include dependencies.... (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: Created 11 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « src/dateparser-inl.h ('k') | src/jsregexp.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/jsregexp.h
===================================================================
--- src/jsregexp.h (revision 3073)
+++ src/jsregexp.h (working copy)
@@ -28,6 +28,8 @@
#ifndef V8_JSREGEXP_H_
#define V8_JSREGEXP_H_
+#include "macro-assembler.h"
+
namespace v8 {
namespace internal {
« no previous file with comments | « src/dateparser-inl.h ('k') | src/jsregexp.cc » ('j') | no next file with comments »

Powered by Google App Engine