Skip to content

Commit bab1bec

Browse files
author
Bernhard Kerbl
committed
Linux fix
1 parent c8e8b63 commit bab1bec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cuda_rasterizer/auxiliary.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
#define CUDA_RASTERIZER_AUXILIARY_H_INCLUDED
33

44
#include "config.h"
5+
#include "stdio.h"
56

67
#define BLOCK_SIZE (BLOCK_X * BLOCK_Y)
78
#define NUM_WARPS (BLOCK_SIZE/32)

0 commit comments

Comments
 (0)