From 900323a8857ce0d9f6a57e535cd864b0f649bb9c Mon Sep 17 00:00:00 2001 From: Dan Sinclair Date: Thu, 17 Mar 2016 13:27:04 -0400 Subject: Fix pdf_use_skia=1 on mac. Add missing stdarg.h file so mac can build with skia. R=tsepez@chromium.org Review URL: https://codereview.chromium.org/1813633002 . --- skia/ext/google_logging.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'skia') diff --git a/skia/ext/google_logging.cc b/skia/ext/google_logging.cc index c0ddd99c0e..99061672e7 100644 --- a/skia/ext/google_logging.cc +++ b/skia/ext/google_logging.cc @@ -6,6 +6,7 @@ // for Skia SkASSERT. If you don't want this, you can link with another file // that provides integration with the logging of your choice. +#include #include #include "third_party/skia/include/core/SkTypes.h" -- cgit v1.2.3