diff options
Diffstat (limited to 'Tests/Cuda/WithC/main.c')
-rw-r--r-- | Tests/Cuda/WithC/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/Cuda/WithC/main.c b/Tests/Cuda/WithC/main.c index cb5fddc..5f3c781 100644 --- a/Tests/Cuda/WithC/main.c +++ b/Tests/Cuda/WithC/main.c @@ -1,7 +1,7 @@ extern int use_cuda(void); #ifdef _WIN32 -#include <windows.h> +# include <windows.h> #endif int main() |