| Index: src/preparser.h
|
| ===================================================================
|
| --- src/preparser.h (revision 10795)
|
| +++ src/preparser.h (working copy)
|
| @@ -1,4 +1,4 @@
|
| -// Copyright 2011 the V8 project authors. All rights reserved.
|
| +// Copyright 2012 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,7 @@
|
| #ifndef V8_PREPARSER_H
|
| #define V8_PREPARSER_H
|
|
|
| +#include "hashmap.h"
|
| #include "token.h"
|
| #include "scanner.h"
|
|
|
|
|