Skip to content

Commit 281d0de

Browse files
Merge pull request #604 from IntelPython/cleanup/c-extensions-with-dpctl
Cleanup/c-extensions-with-dpctl
2 parents 15c9d82 + a8fa412 commit 281d0de

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

dpctl-capi/include/dpctl_data_types.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@
3737
#include <inttypes.h>
3838
#include <stdint.h>
3939

40+
#ifndef __cplusplus
41+
#include <stdbool.h>
42+
#endif
43+
4044
#ifndef _MSC_VER
4145

4246
#if !defined(UINT32_MAX)

0 commit comments

Comments
 (0)