| Index: src/fast-dtoa.cc
 | 
| diff --git a/src/fast-dtoa.cc b/src/fast-dtoa.cc
 | 
| index c7f6aa1756455092f1347c217bbb7ceb21d9bee4..e62bd01fbb5ef6b32255711917b0deca6617a079 100644
 | 
| --- a/src/fast-dtoa.cc
 | 
| +++ b/src/fast-dtoa.cc
 | 
| @@ -1,4 +1,4 @@
 | 
| -// Copyright 2010 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:
 | 
| @@ -25,7 +25,9 @@
 | 
|  // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
 | 
|  // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 | 
|  
 | 
| -#include "v8.h"
 | 
| +#include "../include/v8stdint.h"
 | 
| +#include "checks.h"
 | 
| +#include "utils.h"
 | 
|  
 | 
|  #include "fast-dtoa.h"
 | 
|  
 | 
| 
 |