From bf36c50e964d8a1ad7dd6c61694bfab86e7ea304 Mon Sep 17 00:00:00 2001 From: Nicolas Pinto Date: Thu, 15 Mar 2012 13:13:26 -0400 Subject: [PATCH] =?UTF-8?q?BUG:=20fix=20error:=20=E2=80=98printf=E2=80=99?= =?UTF-8?q?=20was=20not=20declared=20in=20this=20scope?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- llvm/extra.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/llvm/extra.cpp b/llvm/extra.cpp index e2d1e12..2463672 100644 --- a/llvm/extra.cpp +++ b/llvm/extra.cpp @@ -39,6 +39,7 @@ #include #include #include +#include // LLVM includes #include "llvm/LLVMContext.h"