| Index: src/heap/gc-idle-time-handler.cc
|
| diff --git a/src/heap/gc-idle-time-handler.cc b/src/heap/gc-idle-time-handler.cc
|
| index e9324de4672738681e5119aad59266081f101102..096412d578bc6b33693fb9d55aeafeb50f5d416b 100644
|
| --- a/src/heap/gc-idle-time-handler.cc
|
| +++ b/src/heap/gc-idle-time-handler.cc
|
| @@ -2,8 +2,9 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "src/flags.h"
|
| #include "src/heap/gc-idle-time-handler.h"
|
| +
|
| +#include "src/flags.h"
|
| #include "src/heap/gc-tracer.h"
|
| #include "src/utils.h"
|
|
|
|
|