1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 02:52:53 +02:00

Fix header includes after 0697bcb66f1d82f2fd447e9d13b74d141c3ce085

This commit is contained in:
Weverything 2020-01-24 18:32:54 -08:00
parent 0e3d6e2d5b
commit d91bb42dca
2 changed files with 2 additions and 0 deletions

View File

@ -11,6 +11,7 @@
#include "llvm/ADT/ArrayRef.h"
#include "llvm/ADT/iterator.h"
#include "llvm/Support/Alignment.h"
#include "llvm/Support/BinaryStreamRef.h"
#include "llvm/Support/Error.h"
#include <cassert>

View File

@ -12,6 +12,7 @@
#include "Unix.h"
#include "llvm/Config/config.h"
#include "llvm/Support/Alignment.h"
#include "llvm/Support/DataTypes.h"
#include "llvm/Support/ErrorHandling.h"
#include "llvm/Support/Process.h"