mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
bug 977805 - add missing #include. r=jandem
This commit is contained in:
parent
356572ef4a
commit
a208226a3f
@ -29,6 +29,10 @@
|
||||
|
||||
#include "js/MemoryMetrics.h"
|
||||
|
||||
#ifdef __APPLE__
|
||||
#include "TargetConditionals.h"
|
||||
#endif
|
||||
|
||||
using namespace js::jit;
|
||||
|
||||
size_t ExecutableAllocator::pageSize = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user