Skip to content

Commit 52bd107

Browse files
iupaikov-amdxinyazhang
authored andcommitted
[AMD] Add missing stdbool.h include (triton-lang#7383) (#838)
Fixes gcc error: "did you forget to ‘#include <stdbool.h>’?" Co-authored-by: Xinya Zhang <[email protected]> (cherry picked from commit 7424d7c)
1 parent 11ec635 commit 52bd107

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

third_party/amd/backend/driver.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
#define PY_SSIZE_T_CLEAN
88
#include <Python.h>
99
#include <dlfcn.h>
10+
#include <stdbool.h>
1011
#include <stdio.h>
1112
#include <stdlib.h>
1213

0 commit comments

Comments
 (0)