Skip to content
This repository was archived by the owner on Feb 5, 2019. It is now read-only.

Commit 9d7196f

Browse files
TimNNarielb1
authored andcommitted
add missing includes for freebsd
1 parent 19331a9 commit 9d7196f

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

lib/Demangle/ItaniumDemangle.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515

1616
#include <algorithm>
1717
#include <cctype>
18+
#include <cstdio>
1819
#include <cstdlib>
1920
#include <cstring>
2021
#include <numeric>

lib/Support/PrettyStackTrace.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
#include "llvm/Support/raw_ostream.h"
2323

2424
#include <cstdarg>
25+
#include <cstdio>
2526
#include <tuple>
2627

2728
#ifdef HAVE_CRASHREPORTERCLIENT_H

lib/Support/TarWriter.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@
2828
#include "llvm/Support/MathExtras.h"
2929
#include "llvm/Support/Path.h"
3030

31+
#include <cstdio>
32+
3133
using namespace llvm;
3234

3335
// Each file in an archive must be aligned to this block size.

0 commit comments

Comments
 (0)