Skip to content

Commit e9abc18

Browse files
authored
Merge pull request #394 from notoraptor/fix-inclusion-in-array-header
Include "util.h" in "array.h".
2 parents 45c731f + fb4eecc commit e9abc18

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/gpuarray/array.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
*/
77

88
#include <gpuarray/buffer.h>
9+
#include <gpuarray/util.h>
910

1011
#ifdef _MSC_VER
1112
#ifndef inline

0 commit comments

Comments
 (0)