missing #include "stdafx.h" caused a problem when fiddling with CPUONLY #define

This commit is contained in:
Frank Seide 2014-10-30 22:23:40 -07:00
Родитель ca0f8d2a40
Коммит 4dd6d2f100
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -4,6 +4,8 @@
// </copyright>
//
#include "stdafx.h"
#ifdef CPUONLY
#include "GPUMatrix.cuh"