forked from OSchip/llvm-project
APInt.h - add missing <utility> header.
Some buildbots are complaining about std::move() after rG61cdaf66fe22be2b5942ddee4f46a998b4f3ee29
This commit is contained in:
parent
6aca6032c5
commit
0fc4016d91
|
@ -20,6 +20,7 @@
|
|||
#include <cassert>
|
||||
#include <climits>
|
||||
#include <cstring>
|
||||
#include <utility>
|
||||
|
||||
namespace llvm {
|
||||
class FoldingSetNodeID;
|
||||
|
|
Loading…
Reference in New Issue