Fix some bugs with the handling of indices in insertvalue/extractvalue.
[oota-llvm.git] / include / llvm / PassManagers.h
index 0c6ff19f9ff5e3ffed47ca887604a7213e67ae2e..495b32c7e9b8bf61c705b9caf3062bf4b624ce26 100644 (file)
@@ -86,6 +86,9 @@
 #ifndef PASSMANAGERS_H
 #define PASSMANAGERS_H
 
+#include "llvm/Pass.h"
+#include <deque>
+
 namespace llvm {
 
 /// FunctionPassManager and PassManager, two top level managers, serve