Bug 716647 follow-up - Add a #include to fix non-unified build bustage. r=bustage

This commit is contained in:
Dan Gohman 2014-05-08 09:56:21 -07:00
Родитель 6497bb803e
Коммит 9650756698
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -9,6 +9,7 @@
#include "mozilla/DebugOnly.h"
#include "jit/IonLinker.h"
#include "jit/PerfSpewer.h"
#include "jit/IonFrames-inl.h"
#include "vm/Stack-inl.h"