Add the include vector in BitsNeighbor and BitsNeighborhood
git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@2096 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
ea1522b11b
commit
50da98a8c9
2 changed files with 2 additions and 0 deletions
|
|
@ -36,6 +36,7 @@
|
|||
#define _moBitsNeighbor_h
|
||||
|
||||
#include <neighborhood/moNeighbor.h>
|
||||
#include <vector>
|
||||
|
||||
/**
|
||||
* Neighbor to flip several bits
|
||||
|
|
|
|||
|
|
@ -37,6 +37,7 @@
|
|||
|
||||
#include <neighborhood/moNeighborhood.h>
|
||||
#include <utils/eoRNG.h>
|
||||
#include <vector>
|
||||
|
||||
/**
|
||||
* A neighborhood for bit string solutions
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue