diff options
Diffstat (limited to 'deps/v8/src/compiler/register-allocator-verifier.cc')
-rw-r--r-- | deps/v8/src/compiler/register-allocator-verifier.cc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/deps/v8/src/compiler/register-allocator-verifier.cc b/deps/v8/src/compiler/register-allocator-verifier.cc index 5a2ed93827..d589a9d371 100644 --- a/deps/v8/src/compiler/register-allocator-verifier.cc +++ b/deps/v8/src/compiler/register-allocator-verifier.cc @@ -2,9 +2,11 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. +#include "src/compiler/register-allocator-verifier.h" + #include "src/bit-vector.h" #include "src/compiler/instruction.h" -#include "src/compiler/register-allocator-verifier.h" +#include "src/ostreams.h" namespace v8 { namespace internal { |