diff options
| -rw-r--r-- | llvm/lib/IR/LeaksContext.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/llvm/lib/IR/LeaksContext.h b/llvm/lib/IR/LeaksContext.h index 5038dc9d6d6..ea0d2752539 100644 --- a/llvm/lib/IR/LeaksContext.h +++ b/llvm/lib/IR/LeaksContext.h @@ -12,8 +12,12 @@ // //===----------------------------------------------------------------------===// +#ifndef LLVM_IR_LEAKSCONTEXT_H +#define LLVM_IR_LEAKSCONTEXT_H + #include "llvm/ADT/SmallPtrSet.h" #include "llvm/IR/Value.h" +#include "llvm/Support/raw_ostream.h" namespace llvm { @@ -90,3 +94,5 @@ private: }; } + +#endif // LLVM_IR_LEAKSCONTEXT_H |

