Add <cstdio> include where needed by gcc-4.4.
[oota-llvm.git] / lib / Transforms / Utils / UnrollLoop.cpp
index a86306c9e4a2a41e861c59220ef602061b3416f5..63493dc66a311e3c74051529816ee93bc7d4a739 100644 (file)
@@ -27,6 +27,7 @@
 #include "llvm/Support/Debug.h"
 #include "llvm/Transforms/Utils/Cloning.h"
 #include "llvm/Transforms/Utils/Local.h"
+#include <cstdio>
 
 using namespace llvm;