add std::vector in moBitsNeighbor.h

git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@2210 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
marieeleonore 2011-04-22 13:24:50 +00:00
commit 719c0600e5

View file

@ -48,7 +48,7 @@ class moBitsNeighbor : virtual public moNeighbor<EOT, Fitness>, public moBackabl
public:
// position of bits which are flipped
vector<unsigned int> bits;
std::vector<unsigned int> bits;
// number of bits to flip
unsigned int nBits;