Skip to content

Commit 63d262c

Browse files
committed
Fix Windows CI test error.
1 parent c36923f commit 63d262c

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/loaders/libcublas.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
#include <stdlib.h>
2+
#ifdef DEBUG
3+
/* For fprintf and stderr. */
4+
#include <stdio.h>
5+
#endif
26

37
#include "libcublas.h"
48
#include "dyn_load.h"

0 commit comments

Comments
 (0)