Commit in slic/include on MAIN
StdHepToLcioConvertor.hh+3-11.11 -> 1.12
Fix CYGWIN compile with no assert.

slic/include
StdHepToLcioConvertor.hh 1.11 -> 1.12
diff -u -r1.11 -r1.12
--- StdHepToLcioConvertor.hh	27 Jun 2005 19:17:38 -0000	1.11
+++ StdHepToLcioConvertor.hh	28 Jun 2005 20:28:41 -0000	1.12
@@ -1,4 +1,4 @@
-// $Header: /cvs/lcd/slic/include/StdHepToLcioConvertor.hh,v 1.11 2005/06/27 19:17:38 jeremy Exp $
+// $Header: /cvs/lcd/slic/include/StdHepToLcioConvertor.hh,v 1.12 2005/06/28 20:28:41 jeremy Exp $
 #ifndef slic_StdHepToLcioConvertor_hh
 #define slic_StdHepToLcioConvertor_hh
 
@@ -12,6 +12,8 @@
 #include "IMPL/MCParticleImpl.h"
 #include "EVENT/LCCollection.h"
 
+#include <cassert>
+
 namespace slic
 {
 
CVSspam 0.2.8