diff options
| author | Jeff Cohen <jeffc@jolt-lang.org> | 2006-03-31 07:22:05 +0000 |
|---|---|---|
| committer | Jeff Cohen <jeffc@jolt-lang.org> | 2006-03-31 07:22:05 +0000 |
| commit | e45355218fe1c3d9e29686ad10fdd68304027ea6 (patch) | |
| tree | b1f63a0aa3e24408837e0d769e67f574bf8f7ee3 /llvm/lib | |
| parent | 829a061abffb380f8c898fb3f0e66628743cca14 (diff) | |
| download | bcm5719-llvm-e45355218fe1c3d9e29686ad10fdd68304027ea6.tar.gz bcm5719-llvm-e45355218fe1c3d9e29686ad10fdd68304027ea6.zip | |
Fix build breakage.
llvm-svn: 27292
Diffstat (limited to 'llvm/lib')
| -rw-r--r-- | llvm/lib/VMCore/Verifier.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/VMCore/Verifier.cpp b/llvm/lib/VMCore/Verifier.cpp index f6fd236bd16..d672901cc17 100644 --- a/llvm/lib/VMCore/Verifier.cpp +++ b/llvm/lib/VMCore/Verifier.cpp @@ -60,6 +60,7 @@ #include <algorithm> #include <iostream> #include <sstream> +#include <cstdarg> using namespace llvm; namespace { // Anonymous namespace for class |

