Index: src/diy-fp.cc |
diff --git a/src/diy-fp.cc b/src/diy-fp.cc |
index cdad2a8ae226b662a9121b092adc185e0ff66781..b705df0e679dc6e2ccb6048188c7052ef0de00e2 100644 |
--- a/src/diy-fp.cc |
+++ b/src/diy-fp.cc |
@@ -2,7 +2,7 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "include/v8stdint.h" |
+#include <stdint.h> |
#include "src/base/logging.h" |
#include "src/diy-fp.h" |
#include "src/globals.h" |