commit | 84fa11d2a71ededdc2521ab9acae91ea134a9bbd | [log] [tgz] |
---|---|---|
author | Laszlo Csomor <laszlocsomor@google.com> | Mon Sep 26 11:02:12 2016 +0000 |
committer | Yun Peng <pcloudy@google.com> | Mon Sep 26 11:14:40 2016 +0000 |
tree | 7d736df2aa4aee8dbc8bda18dccddd6794176ceb | |
parent | 94b2c8889817359705710a544d850987d535135d [diff] |
Fix Bazel compilation on Windows. Fixes https://github.com/bazelbuild/bazel/issues/1826 -- MOS_MIGRATED_REVID=134261731
diff --git a/third_party/ijar/zlib_client.cc b/third_party/ijar/zlib_client.cc index 1738a05..56e917e 100644 --- a/third_party/ijar/zlib_client.cc +++ b/third_party/ijar/zlib_client.cc
@@ -14,6 +14,7 @@ #include <stdlib.h> #include <algorithm> +#include <cstdio> #include "third_party/ijar/common.h" #include "third_party/ijar/zlib_client.h"