diff options
Diffstat (limited to 'deps/v8/test/unittests/debug/debug-property-iterator-unittest.cc')
-rw-r--r-- | deps/v8/test/unittests/debug/debug-property-iterator-unittest.cc | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/deps/v8/test/unittests/debug/debug-property-iterator-unittest.cc b/deps/v8/test/unittests/debug/debug-property-iterator-unittest.cc index 1b1fcf21c3..fa14c7dc0a 100644 --- a/deps/v8/test/unittests/debug/debug-property-iterator-unittest.cc +++ b/deps/v8/test/unittests/debug/debug-property-iterator-unittest.cc @@ -2,7 +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.h" +#include "include/v8-exception.h" +#include "include/v8-local-handle.h" +#include "include/v8-object.h" +#include "include/v8-primitive.h" +#include "include/v8-template.h" #include "src/api/api.h" #include "src/objects/objects-inl.h" #include "test/unittests/test-utils.h" |