From a2307543854e0a825d8c1975b1e3db64d71ea949 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Tue, 16 Nov 2010 17:28:22 +0000 Subject: Fix missing includes of "llvm/Analysis/Passes.h" in the tutorials. Thanks for Arnaud Allard de Grandmaison for preparing a patch. llvm-svn: 119351 --- llvm/examples/Kaleidoscope/Chapter5/toy.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'llvm/examples/Kaleidoscope/Chapter5/toy.cpp') diff --git a/llvm/examples/Kaleidoscope/Chapter5/toy.cpp b/llvm/examples/Kaleidoscope/Chapter5/toy.cpp index 9405373f891..26b3db66202 100644 --- a/llvm/examples/Kaleidoscope/Chapter5/toy.cpp +++ b/llvm/examples/Kaleidoscope/Chapter5/toy.cpp @@ -5,6 +5,7 @@ #include "llvm/Module.h" #include "llvm/PassManager.h" #include "llvm/Analysis/Verifier.h" +#include "llvm/Analysis/Passes.h" #include "llvm/Target/TargetData.h" #include "llvm/Target/TargetSelect.h" #include "llvm/Transforms/Scalar.h" -- cgit v1.2.3