mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-15 23:57:48 +00:00
Fix breakage on platforms where string/cassert don't pull in int64_t.
llvm-svn: 28464
This commit is contained in:
parent
bb17ad5ffa
commit
819480fcb2
@ -33,6 +33,7 @@
|
||||
|
||||
#include <string>
|
||||
#include <cassert>
|
||||
#include "llvm/Support/DataTypes.h"
|
||||
|
||||
namespace llvm {
|
||||
class SlowOperationInformer {
|
||||
|
Loading…
Reference in New Issue
Block a user