Skip to content

Commit 9efa493

Browse files
authored
Merge pull request #322 from jrao1/master
Fix vs2013 syntax error
2 parents 82558da + 6ad7503 commit 9efa493

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/gpuarray/config.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@
2929
#include <stddef.h>
3030
#if _MSC_VER < 1600
3131
#include <gpuarray/wincompat/stdint.h>
32+
#else
33+
#include <stdint.h>
3234
#endif
3335
#define ssize_t intptr_t
3436
#define SSIZE_MAX INTPTR_MAX

0 commit comments

Comments
 (0)