diff --git a/branches/ParadisEO-GPU/src/memory/moGPUObject.h b/branches/ParadisEO-GPU/src/memory/moGPUObject.h index d0e26c3d8..9152d266d 100644 --- a/branches/ParadisEO-GPU/src/memory/moGPUObject.h +++ b/branches/ParadisEO-GPU/src/memory/moGPUObject.h @@ -35,8 +35,6 @@ #ifndef __moGPUObject_H_ #define __moGPUObject_H_ -// CUDA includes -#include #include #include #include @@ -49,6 +47,13 @@ class moGPUObject { public: + /* + * Constructor + */ + moGPUObject() { + + } + /** *Allocate & Copy data from CPU memory to GPU global memory (default copy) *@param _data the data to allocate on GPU