Skip to content

Commit 578491f

Browse files
authored
Add support for building on Ubuntu 24.04 (#119)
Add include for cstdint in error.h
1 parent 2e9cb9a commit 578491f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/triton/common/error.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
#pragma once
2727

2828
#include <string>
29+
#include <cstdint>
2930

3031
namespace triton { namespace common {
3132

0 commit comments

Comments
 (0)