Fix broken ADL on windows

pull/193/head
Jens Steube 8 years ago
parent f256363448
commit b8285cbce2

@ -92,6 +92,10 @@
#include <ext_ADL.h>
#endif
#ifdef _WIN
#include <ext_ADL.h>
#endif
#ifdef LINUX
#include <ext_nvml.h>
#elif WIN

Loading…
Cancel
Save