1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 02:33:06 +01:00

[MC] Add missing include (NFC)

Try to fix buildbots after 983565a6fe4a9f40c7caf82b65c650c20dbcc104.
This commit is contained in:
Nikita Popov 2021-06-03 18:47:51 +02:00
parent 1c866d4e4f
commit df6a63d5f1

View File

@ -11,6 +11,7 @@
#include "llvm/ADT/DenseMapInfo.h"
#include <cassert>
#include <limits>
namespace llvm {