Index: src/x64/lithium-x64.cc |
diff --git a/src/x64/lithium-x64.cc b/src/x64/lithium-x64.cc |
index c8954ba2c68db6863539237c7f51815a36f8cfcf..0f880c7ad57f1bcdce56257508354f64e454f22a 100644 |
--- a/src/x64/lithium-x64.cc |
+++ b/src/x64/lithium-x64.cc |
@@ -2,6 +2,8 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
+#include "src/x64/lithium-x64.h" |
+ |
#include <sstream> |
#if V8_TARGET_ARCH_X64 |