Index: src/jsregexp.h |
diff --git a/src/jsregexp.h b/src/jsregexp.h |
index 54297a49abc9fe17bb1cb7dcd692ad848114c44b..528148797002a1a60bf9a8825dc460a9a28f4718 100644 |
--- a/src/jsregexp.h |
+++ b/src/jsregexp.h |
@@ -1,4 +1,4 @@ |
-// Copyright 2006-2008 the V8 project authors. All rights reserved. |
+// Copyright 2011 the V8 project authors. All rights reserved. |
// Redistribution and use in source and binary forms, with or without |
// modification, are permitted provided that the following conditions are |
// met: |
@@ -29,6 +29,7 @@ |
#define V8_JSREGEXP_H_ |
#include "allocation.h" |
+#include "assembler.h" |
Kevin Millikin (Chromium)
2011/10/03 10:45:40
This file was getting assembler.h indirectly throu
|
#include "zone-inl.h" |
namespace v8 { |