Skip to content

Commit

Permalink
[ORC-RT] Add missing cstdint include.
Browse files Browse the repository at this point in the history
This should have been included in b2bbe8c. Adding it should fix the bot
failures in https://lab.llvm.org/buildbot/#/builders/85/builds/20288
  • Loading branch information
lhames committed Nov 17, 2023
1 parent 9365ed1 commit d97981c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions compiler-rt/lib/orc/stl_extras.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
#ifndef ORC_RT_STL_EXTRAS_H
#define ORC_RT_STL_EXTRAS_H

#include <cstdint>
#include <utility>
#include <tuple>

Expand Down

0 comments on commit d97981c

Please sign in to comment.