Skip to content

Commit e89226a

Browse files
dj2Commit bot
authored andcommitted
Add cstdarg header to log-utils.h
The log-utils.h file uses va_list but doesn't require the header. This CL adds the needed header to remove a compiler error we've seen when doing some bisecting. Review URL: https://codereview.chromium.org/1383483004 Cr-Commit-Position: refs/heads/master@{#31110}
1 parent 2d40856 commit e89226a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/log-utils.h

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

8+
#include <cstdarg>
9+
810
#include "src/allocation.h"
911
#include "src/base/platform/mutex.h"
1012
#include "src/flags.h"

0 commit comments

Comments
 (0)