[llvm-commits] CVS: llvm/tools/llvmc/ConfigLexer.h

Reid Spencer reid at x10sys.com
Wed Sep 1 13:36:25 PDT 2004



Changes in directory llvm/tools/llvmc:

ConfigLexer.h updated: 1.7 -> 1.8
---
Log message:

Make sure <cassert> is included for platforms that don't include it via
other header files.


---
Diffs of the changes:  (+1 -0)

Index: llvm/tools/llvmc/ConfigLexer.h
diff -u llvm/tools/llvmc/ConfigLexer.h:1.7 llvm/tools/llvmc/ConfigLexer.h:1.8
--- llvm/tools/llvmc/ConfigLexer.h:1.7	Mon Aug 30 01:29:06 2004
+++ llvm/tools/llvmc/ConfigLexer.h	Wed Sep  1 15:36:15 2004
@@ -15,6 +15,7 @@
 
 #include <string>
 #include <istream>
+#include <cassert>
 
 namespace llvm {
 






More information about the llvm-commits mailing list