summaryrefslogtreecommitdiffstats
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
commita50cb6c8b9432140f2cdb8f09e08962d099d42a1 (patch)
tree2383a9dfbb2a89e7ef2005a1800e0367b22bf8ca
parentf4e546b7aa9006a93e701b9e55b5761984f8f98e (diff)
downloadbcm5719-llvm-a50cb6c8b9432140f2cdb8f09e08962d099d42a1.tar.gz
bcm5719-llvm-a50cb6c8b9432140f2cdb8f09e08962d099d42a1.zip
Make sure <cassert> is included for platforms that don't include it via
other header files. llvm-svn: 16134
-rw-r--r--llvm/tools/llvmc/ConfigLexer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/tools/llvmc/ConfigLexer.h b/llvm/tools/llvmc/ConfigLexer.h
index 7a9693d5b53..f947da2bf2c 100644
--- a/llvm/tools/llvmc/ConfigLexer.h
+++ b/llvm/tools/llvmc/ConfigLexer.h
@@ -15,6 +15,7 @@
#include <string>
#include <istream>
+#include <cassert>
namespace llvm {
OpenPOWER on IntegriCloud