summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2004-09-01 20:36:15 +0000
committerReid Spencer <rspencer@reidspencer.com>2004-09-01 20:36:15 +0000
commit790306852cbb3817168135cbc069aa3e2bca1d0d (patch)
tree92dc862af81e67e18168531f028c34f68af66421 /tools
parent15fd4399729ae9cce2a7488f463fbe80a81fa107 (diff)
downloadllvm-790306852cbb3817168135cbc069aa3e2bca1d0d.tar.gz
llvm-790306852cbb3817168135cbc069aa3e2bca1d0d.tar.bz2
llvm-790306852cbb3817168135cbc069aa3e2bca1d0d.tar.xz
Make sure <cassert> is included for platforms that don't include it via
other header files. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16134 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools')
-rw-r--r--tools/llvmc/ConfigLexer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/llvmc/ConfigLexer.h b/tools/llvmc/ConfigLexer.h
index 7a9693d5b5..f947da2bf2 100644
--- a/tools/llvmc/ConfigLexer.h
+++ b/tools/llvmc/ConfigLexer.h
@@ -15,6 +15,7 @@
#include <string>
#include <istream>
+#include <cassert>
namespace llvm {