From ea8c9ca9c3c99fba3401994d6f59e4bcb2fe1c05 Mon Sep 17 00:00:00 2001 From: evomarc Date: Mon, 3 Dec 2001 16:28:30 +0000 Subject: [PATCH] Modified the path of include eoVirus because MSVC did not find it. Now it is assumed that src will be in the include search path, that's all. --- eo/contrib/MGE/VirusOp.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eo/contrib/MGE/VirusOp.h b/eo/contrib/MGE/VirusOp.h index 246fdad3..b0ee6cba 100644 --- a/eo/contrib/MGE/VirusOp.h +++ b/eo/contrib/MGE/VirusOp.h @@ -18,7 +18,7 @@ Contact: todos@geneura.ugr.es, http://geneura.ugr.es Marc.Schoenauer@polytechnique.fr -CVS Info: $Date: 2001-05-17 10:08:25 $ $Header: /home/nojhan/dev/eodev/eodev_cvs/eo/contrib/MGE/VirusOp.h,v 1.1 2001-05-17 10:08:25 jmerelo Exp $ $Author: jmerelo $ +CVS Info: $Date: 2001-12-03 16:28:30 $ $Header: /home/nojhan/dev/eodev/eodev_cvs/eo/contrib/MGE/VirusOp.h,v 1.2 2001-12-03 16:28:30 evomarc Exp $ $Author: evomarc $ */ #ifndef VirusOp_h @@ -31,7 +31,7 @@ CVS Info: $Date: 2001-05-17 10:08:25 $ $Header: /home/nojhan/dev/eodev/eodev_cvs #include // string #include -#include +#include "../contrib/MGE/eoVirus.h" /** VirusBitFlip --> changes 1 bit */