X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=blobdiff_plain;f=lib%2FVMCore%2FInstructions.cpp;h=bbb22c5a64bb3d2d40d73475f463069bce4d1be2;hp=66269301847c7d387d7ee8142c8d97a584446cd7;hb=dac237e18209b697a8ba122d0ddd9cad4dfba1f8;hpb=d1fbd142945f5ef0c273c3d756431f8cb9d25ded diff --git a/lib/VMCore/Instructions.cpp b/lib/VMCore/Instructions.cpp index 66269301847..bbb22c5a64b 100644 --- a/lib/VMCore/Instructions.cpp +++ b/lib/VMCore/Instructions.cpp @@ -20,6 +20,7 @@ #include "llvm/Support/CallSite.h" #include "llvm/Support/ConstantRange.h" #include "llvm/Support/MathExtras.h" +#include "llvm/Support/Streams.h" using namespace llvm; //===----------------------------------------------------------------------===//