| Index: src/diy-fp.cc
|
| ===================================================================
|
| --- src/diy-fp.cc (revision 8618)
|
| +++ src/diy-fp.cc (working copy)
|
| @@ -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,8 +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 "globals.h"
|
| +#include "checks.h"
|
| #include "diy-fp.h"
|
|
|
| namespace v8 {
|
|
|