X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=include%2Fllvm%2FMC%2FConstantPools.h;h=1fc0332f63c296a7e1b4d0faea2a713599e943ea;hb=45968c54e94b306e8c65d97a829ab5b68102963c;hp=2e76074db774bd5f8db9bcc1a6743d2a8a71e115;hpb=bb10524098be79dff3af38e3447cca91b471284b;p=oota-llvm.git diff --git a/include/llvm/MC/ConstantPools.h b/include/llvm/MC/ConstantPools.h index 2e76074db77..1fc0332f63c 100644 --- a/include/llvm/MC/ConstantPools.h +++ b/include/llvm/MC/ConstantPools.h @@ -12,10 +12,12 @@ //===----------------------------------------------------------------------===// -#ifndef LLVM_MC_CONSTANTPOOL_H -#define LLVM_MC_CONSTANTPOOL_H +#ifndef LLVM_MC_CONSTANTPOOLS_H +#define LLVM_MC_CONSTANTPOOLS_H +#include "llvm/ADT/MapVector.h" #include "llvm/ADT/SmallVector.h" + namespace llvm { class MCContext; class MCExpr;