Index: src/version.cc |
diff --git a/src/version.cc b/src/version.cc |
index eae80c85cc34cf7c0d51519c2b46eb91d3666ba0..7305bf2576ef49a0da53d97630899d2732f6e237 100644 |
--- a/src/version.cc |
+++ b/src/version.cc |
@@ -2,10 +2,11 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "include/v8-version.h" |
-#include "src/v8.h" |
#include "src/version.h" |
+#include "include/v8-version.h" |
+#include "src/utils.h" |
+ |
// Define SONAME to have the build system put a specific SONAME into the |
// shared library instead the generic SONAME generated from the V8 version |
// number. This define is mainly used by the build system script. |