Include "mozilla/Preferences.h" to prevent build failure (Bug 1045915) r=glandium ON A CLOSED TREE

This commit is contained in:
Nigel Babu 2014-08-05 12:54:17 +05:30
parent 96c4d7d0c0
commit 851af43474

View File

@ -21,6 +21,7 @@
#include "nsThreadUtils.h"
#include "prlog.h"
#include "SubBufferDecoder.h"
#include "mozilla/Preferences.h"
struct JSContext;
class JSObject;