Skip to content

Commit 1433ef5

Browse files
committed
fixup nullptr_t
1 parent cd9f87a commit 1433ef5

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

deps/v8/include/v8-object.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
#ifndef INCLUDE_V8_OBJECT_H_
66
#define INCLUDE_V8_OBJECT_H_
77

8+
#include <stddef.h>
9+
810
#include "cppgc/garbage-collected.h"
911
#include "cppgc/name-provider.h"
1012
#include "v8-internal.h" // NOLINT(build/include_directory)

deps/v8/include/v8-template.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
#ifndef INCLUDE_V8_TEMPLATE_H_
66
#define INCLUDE_V8_TEMPLATE_H_
77

8+
#include <stddef.h>
9+
810
#include <cstddef>
911
#include <string_view>
1012

0 commit comments

Comments
 (0)