diff options
Diffstat (limited to 'skia/ext/google_logging.cc')
-rw-r--r-- | skia/ext/google_logging.cc | 1 |
1 files changed, 1 insertions, 0 deletions
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 <stdarg.h> #include <stdio.h> #include "third_party/skia/include/core/SkTypes.h" |