mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-29 16:12:44 +00:00
Fix build error.
include/llvm/ADT/APInt.h:326: error: âassertâ was not declared in this scope llvm-svn: 34002
This commit is contained in:
parent
5f5823c641
commit
30734ef2e7
@ -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