Bug 832973 nullptr undeclared under Windows VC9 r=ehsan a=nonlibxul DONTBUILD

This commit is contained in:
Bill Gianopoulos 2013-01-22 14:06:45 +08:00
parent 671210ab56
commit 1ed94a89b5

View File

@ -12,6 +12,7 @@
#include <stdio.h>
#include <vector>
#include "nspr.h"
#include "mozilla/NullPtr.h"
#include "mozilla/Util.h"
#include "mozilla/Scoped.h"