mirror of
https://github.com/RPCS3/llvm.git
synced 2025-03-03 16:18:37 +00:00
Fix build error.
include/llvm/ADT/APInt.h:326: error: âassertâ was not declared in this scope git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34002 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
02f178fb88
commit
58a0d64fae
@ -16,6 +16,7 @@
|
||||
#define LLVM_APINT_H
|
||||
|
||||
#include "llvm/Support/DataTypes.h"
|
||||
#include <cassert>
|
||||
#include <string>
|
||||
|
||||
namespace llvm {
|
||||
|
Loading…
x
Reference in New Issue
Block a user