diff options
Diffstat (limited to 'llvm/lib')
-rw-r--r-- | llvm/lib/Support/Timer.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Support/Timer.cpp b/llvm/lib/Support/Timer.cpp index a013b46d12b..85114b57f2b 100644 --- a/llvm/lib/Support/Timer.cpp +++ b/llvm/lib/Support/Timer.cpp @@ -11,6 +11,7 @@ #include <sys/unistd.h> #include <unistd.h> #include <malloc.h> +#include <stdio.h> #include <iostream> #include <algorithm> #include <functional> |