Fix break of build.
authorlrn@chromium.org <lrn@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 24 Nov 2010 10:28:22 +0000 (10:28 +0000)
committerlrn@chromium.org <lrn@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 24 Nov 2010 10:28:22 +0000 (10:28 +0000)
Mental note: When you make a fix, remember to save it before committing.

Review URL: http://codereview.chromium.org/5330005

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@5887 ce2b1a6d-e550-0410-aec6-3dcde31c8c00

src/hashmap.cc
src/v8checks.h

index 561c7af..1422afd 100644 (file)
@@ -28,6 +28,7 @@
 #include "../include/v8stdint.h"
 #include "globals.h"
 #include "checks.h"
+#include "utils.h"
 #include "allocation.h"
 
 #include "hashmap.h"
index a505868..9857f73 100644 (file)
@@ -25,8 +25,8 @@
 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
-#ifndef V8_CHECKS_H_
-#define V8_CHECKS_H_
+#ifndef V8_V8CHECKS_H_
+#define V8_V8CHECKS_H_
 
 #include "checks.h"
 
@@ -61,4 +61,4 @@ void CheckEqualsHelper(const char* file,
 
 #define ASSERT_SIZE_TAG_ALIGNED(size) ASSERT((size & HeapObjectTagMask()) == 0)
 
-#endif  // V8_CHECKS_H_
+#endif  // V8_V8CHECKS_H_