mirror of
https://github.com/darlinghq/darling-JavaScriptCore.git
synced 2024-11-26 21:50:53 +00:00
Fix debug build again (for non-unified builds)
This commit is contained in:
parent
4f954b1ea8
commit
979145e7f5
@ -30,6 +30,9 @@
|
||||
#include "Heap.h"
|
||||
#include "Subspace.h"
|
||||
|
||||
// just like runtime/NativeExecutable.cpp, this was added for Darling (to build for debug), but it seems like this file should include it anyways
|
||||
#include "HeapInlines.h"
|
||||
|
||||
namespace JSC {
|
||||
|
||||
AlignedMemoryAllocator::AlignedMemoryAllocator()
|
||||
|
Loading…
Reference in New Issue
Block a user