diff options
| author | Erik Pilkington <erik.pilkington@gmail.com> | 2017-07-28 00:53:30 +0000 |
|---|---|---|
| committer | Erik Pilkington <erik.pilkington@gmail.com> | 2017-07-28 00:53:30 +0000 |
| commit | bdfd1228f67c9aa047348751ebec3d1513d1a338 (patch) | |
| tree | 119e42bb47af5f32d95d68760cb93d793c49d0a8 | |
| parent | 50dd3fe903c4cb3dcaede77277a8abdd7bd02339 (diff) | |
| download | bcm5719-llvm-bdfd1228f67c9aa047348751ebec3d1513d1a338.tar.gz bcm5719-llvm-bdfd1228f67c9aa047348751ebec3d1513d1a338.zip | |
[demangler] Attempt to fix linux bots, include <cstdio>
llvm-svn: 309342
| -rw-r--r-- | libcxxabi/src/cxa_demangle.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libcxxabi/src/cxa_demangle.cpp b/libcxxabi/src/cxa_demangle.cpp index 65e2dc2bce4..56fd6133e79 100644 --- a/libcxxabi/src/cxa_demangle.cpp +++ b/libcxxabi/src/cxa_demangle.cpp @@ -14,6 +14,7 @@ #include <vector> #include <algorithm> #include <numeric> +#include <cstdio> #include <cstdlib> #include <cstring> #include <cctype> |

