Fix Flutter profile_unopt and release_unopt builds

Fixes #27862.

R=johnmccutchan@google.com

Review URL: https://codereview.chromium.org/2516033002 .
This commit is contained in:
Florian Schneider 2016-11-20 12:17:50 -08:00
parent c4bcfb5a02
commit 5399d8acf6
2 changed files with 4 additions and 2 deletions

View file

@ -1,7 +1,7 @@
// Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
#ifndef DART_PRECOMPILED_RUNTIME
#include "vm/jit_optimizer.h"
#include "vm/bit_vector.h"
@ -1864,3 +1864,4 @@ bool JitOptimizer::TryInlineInstanceSetter(InstanceCallInstr* instr,
} // namespace dart
#endif // DART_PRECOMPILED_RUNTIME

View file

@ -1,7 +1,7 @@
// Copyright (c) 2015, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
#ifndef PRODUCT
#include "vm/source_report.h"
#include "vm/compiler.h"
@ -533,3 +533,4 @@ void SourceReport::PrintJSON(JSONStream* js,
}
} // namespace dart
#endif // PRODUCT