Commit 48624bc3 authored by Andreas Haas's avatar Andreas Haas Committed by Commit Bot

[api] Fix includes in trap handler API header files

R=yangguo@chromium.org

Bug: chromium:921971
Change-Id: Id6715637a883c7606d96d8c4352bae1346cb0ec2
Reviewed-on: https://chromium-review.googlesource.com/c/1411603Reviewed-by: 's avatarYang Guo <yangguo@chromium.org>
Commit-Queue: Andreas Haas <ahaas@chromium.org>
Cr-Commit-Position: refs/heads/master@{#58854}
parent 30882a50
......@@ -7,7 +7,7 @@
#include <signal.h>
#include "include/v8config.h"
#include "v8config.h" // NOLINT(build/include)
namespace v8 {
/**
......
......@@ -6,7 +6,8 @@
#define V8_WASM_TRAP_HANDLER_WIN_H_
#include <windows.h>
#include "include/v8config.h"
#include "v8config.h" // NOLINT(build/include)
namespace v8 {
/**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment