bug 977805 - add missing #include. r=jandem

This commit is contained in:
Ted Mielczarek 2015-06-12 15:51:47 -04:00
parent 356572ef4a
commit a208226a3f

View File

@ -29,6 +29,10 @@
#include "js/MemoryMetrics.h"
#ifdef __APPLE__
#include "TargetConditionals.h"
#endif
using namespace js::jit;
size_t ExecutableAllocator::pageSize = 0;