mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-28 06:32:09 +00:00
Fix the build on platforms where <cassert> doesn't define NULL
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25147 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
10673b63b0
commit
e8605a475f
@ -30,6 +30,7 @@
|
||||
#define LLVM_ANALYSIS_ETFOREST_H
|
||||
|
||||
#include <cassert>
|
||||
#include <cstdlib>
|
||||
|
||||
namespace llvm {
|
||||
class ETNode;
|
||||
|
Loading…
x
Reference in New Issue
Block a user