[ScryMUD] SVN Commit Info r850 - trunk/mud/lib/containers

scrymud at wanfear.com scrymud at wanfear.com
Fri Jul 28 13:27:59 PDT 2006


Author: justin
Date: 2006-07-28 13:27:51 -0700 (Fri, 28 Jul 2006)
New Revision: 850

Modified:
   trunk/mud/lib/containers/list2.h
Log:
#include <assert.h> missing

Modified: trunk/mud/lib/containers/list2.h
===================================================================
--- trunk/mud/lib/containers/list2.h	2006-07-21 18:53:45 UTC (rev 849)
+++ trunk/mud/lib/containers/list2.h	2006-07-28 20:27:51 UTC (rev 850)
@@ -40,6 +40,8 @@
 #include <LogStream.h>
 #include <string2.h>
 
+#include <assert.h>
+
 using namespace std;
 
 #ifndef TRUE




More information about the ScryMUD mailing list