diff --git a/branches/ParadisEO-GPU/src/problems/types/moGPUSolType2Vector.h b/branches/ParadisEO-GPU/src/problems/types/moGPUSolType2Vector.h index 30f6e55f3..3ed1eea58 100755 --- a/branches/ParadisEO-GPU/src/problems/types/moGPUSolType2Vector.h +++ b/branches/ParadisEO-GPU/src/problems/types/moGPUSolType2Vector.h @@ -36,7 +36,7 @@ #define _moGPUSolType2Vector_H_ #include -#include +#include /** * An Example of a customized vector representation on GPU. @@ -50,7 +50,6 @@ public: /** * Define vector type of vector corresponding to Solution */ - //typedef ElemT ElemType; using moGPUVector::vect; using moGPUVector::N;