summaryrefslogtreecommitdiff
path: root/utils/TableGen/CodeGenWrappers.h
diff options
context:
space:
mode:
Diffstat (limited to 'utils/TableGen/CodeGenWrappers.h')
-rw-r--r--utils/TableGen/CodeGenWrappers.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/utils/TableGen/CodeGenWrappers.h b/utils/TableGen/CodeGenWrappers.h
index f0b7200edc..948360e2b1 100644
--- a/utils/TableGen/CodeGenWrappers.h
+++ b/utils/TableGen/CodeGenWrappers.h
@@ -21,6 +21,9 @@
#include <iosfwd>
#include <string>
#include <vector>
+
+namespace llvm {
+
class Record;
class RecordKeeper;
@@ -60,4 +63,6 @@ public:
// CodeGenInstructionSet *getInstructionSet -
};
+} // End llvm namespace
+
#endif