Skip to content

Commit

Permalink
Add support for building on Ubuntu 24.04 (#119)
Browse files Browse the repository at this point in the history
Add include for cstdint in error.h
  • Loading branch information
jmblixt3 authored Aug 21, 2024
1 parent 2e9cb9a commit 578491f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/triton/common/error.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
#pragma once

#include <string>
#include <cstdint>

namespace triton { namespace common {

Expand Down

0 comments on commit 578491f

Please sign in to comment.