summaryrefslogtreecommitdiff
path: root/deps/v8/test/cctest/libsampler
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/test/cctest/libsampler')
-rw-r--r--deps/v8/test/cctest/libsampler/test-sampler.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/deps/v8/test/cctest/libsampler/test-sampler.cc b/deps/v8/test/cctest/libsampler/test-sampler.cc
index 0ed7454e5f..a6e4c309d7 100644
--- a/deps/v8/test/cctest/libsampler/test-sampler.cc
+++ b/deps/v8/test/cctest/libsampler/test-sampler.cc
@@ -3,13 +3,13 @@
// found in the LICENSE file.
// Tests of sampler functionalities.
-#include "src/libsampler/sampler.h"
-
+#include "include/v8-external.h"
+#include "include/v8-function.h"
#include "src/base/platform/platform.h"
#include "src/base/platform/time.h"
+#include "src/libsampler/sampler.h"
#include "test/cctest/cctest.h"
-
namespace v8 {
namespace sampler {