Included assert.h so that the code compiles under newer versions of GCC.
[oota-llvm.git] / include / llvm / Support / CommandLine.h
index aafef95f56ff3474dd95e0be402d1894b9f3dada..b524c977f7cfec04b6580b715612a85a60c82091 100644 (file)
@@ -19,6 +19,8 @@
 #include <cstdarg>
 #include "boost/type_traits/object_traits.hpp"
 
+#include <assert.h>
+
 /// cl Namespace - This namespace contains all of the command line option
 /// processing machinery.  It is intentionally a short name to make qualified
 /// usage concise.