Add include guards.
[oota-llvm.git] / include / llvm / Wrap.h
index 79790d4ea93326d8ff6548ba0e990e7a7f122d3b..0dc5c78bd1119fff3806c954886174774cf7d008 100644 (file)
@@ -11,6 +11,9 @@
 //
 //===----------------------------------------------------------------------===//
 
+#ifndef LLVM_WRAP_H
+#define LLVM_WRAP_H
+
 #include "llvm-c/Core.h"
 #include "llvm/IR/BasicBlock.h"
 #include "llvm/IR/IRBuilder.h"
@@ -117,3 +120,5 @@ namespace llvm {
     return reinterpret_cast<LLVMValueRef*>(const_cast<Value**>(Vals));
   }
 }
+
+#endif