aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Assembly/CWriter.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm/Assembly/CWriter.h')
-rw-r--r--include/llvm/Assembly/CWriter.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/llvm/Assembly/CWriter.h b/include/llvm/Assembly/CWriter.h
index cc7a358..3029787 100644
--- a/include/llvm/Assembly/CWriter.h
+++ b/include/llvm/Assembly/CWriter.h
@@ -16,7 +16,12 @@
#define LLVM_ASSEMBLY_CWRITER_H
#include <iosfwd>
+
+namespace llvm {
+
class Pass;
Pass *createWriteToCPass(std::ostream &o);
+} // End llvm namespace
+
#endif