Index: src/apiutils.h |
diff --git a/src/apiutils.h b/src/apiutils.h |
index 68579af1b3e6fe9cc8af276338c78860e0f4fdde..bc7fa311f204b724fdd1f120c91fc28baf1890a8 100644 |
--- a/src/apiutils.h |
+++ b/src/apiutils.h |
@@ -1,4 +1,4 @@ |
-// Copyright 2009 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: |
@@ -28,6 +28,8 @@ |
#ifndef V8_APIUTILS_H_ |
#define V8_APIUTILS_H_ |
+#include "objects.h" |
Mads Ager (chromium)
2011/07/12 12:03:26
Why do you need an extra include here when the res
danno
2011/07/13 08:59:52
Done.
|
+ |
namespace v8 { |
class ImplementationUtilities { |
public: |