aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--utils/TableGen/TGSourceMgr.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/TableGen/TGSourceMgr.h b/utils/TableGen/TGSourceMgr.h
index 9a61a9b009..33d3c10915 100644
--- a/utils/TableGen/TGSourceMgr.h
+++ b/utils/TableGen/TGSourceMgr.h
@@ -14,6 +14,7 @@
#ifndef TGSOURCEMGR_H
#define TGSOURCEMGR_H
+#include <cassert>
#include <vector>
namespace llvm {