Commit e89226a5 authored by dsinclair's avatar dsinclair Committed by Commit bot

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}
parent 2d408562
......@@ -5,6 +5,8 @@
#ifndef V8_LOG_UTILS_H_
#define V8_LOG_UTILS_H_
#include <cstdarg>
#include "src/allocation.h"
#include "src/base/platform/mutex.h"
#include "src/flags.h"
......
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