--- a/src/CUDAMarchingCubes.cu +++ b/src/CUDAMarchingCubes.cu @@ -45,6 +45,7 @@ #include "CUDAMarchingCubes.h" #include #include +#include // The number of threads to use for triangle generation // (limited by shared memory size) --- a/src/CUDAQuickSurf.cu +++ b/src/CUDAQuickSurf.cu @@ -638,6 +638,7 @@ static void * cudadensitythread(void *vo // and only considering bins of atoms that fall within that radius. // #include // need thrust sorting primitives +#include #define GRID_CELL_EMPTY 0xffffffff