Skip to content

Commit

Permalink
src: make aliased_buffer.h self-contained
Browse files Browse the repository at this point in the history
aliased_buffer.h uses MultiplyWithOverflowCheck() implemented
in util-inl.h

PR-URL: #31884
Reviewed-By: Anna Henningsen <anna@addaleax.net>
  • Loading branch information
joyeecheung authored and MylesBorins committed Mar 10, 2020
1 parent 258a80d commit 2388a40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aliased_buffer.h
Expand Up @@ -4,7 +4,7 @@
#if defined(NODE_WANT_INTERNALS) && NODE_WANT_INTERNALS

#include <cinttypes>
#include "util.h"
#include "util-inl.h"
#include "v8.h"

namespace node {
Expand Down

0 comments on commit 2388a40

Please sign in to comment.