Fix broken ADL on windows
authorJens Steube <jens.steube@gmail.com>
Mon, 1 Feb 2016 11:18:05 +0000 (12:18 +0100)
committerJens Steube <jens.steube@gmail.com>
Mon, 1 Feb 2016 11:18:05 +0000 (12:18 +0100)
include/shared.h

index 99b8e9f..48d29d0 100644 (file)
 #include <ext_ADL.h>
 #endif
 
+#ifdef _WIN
+#include <ext_ADL.h>
+#endif
+
 #ifdef LINUX
 #include <ext_nvml.h>
 #elif WIN