Bug 925671 - Add missing nullptr includes. r=ted

This commit is contained in:
Gian-Carlo Pascutto 2013-10-11 13:21:52 +02:00
parent fdf723a9db
commit abfc8ff40f
3 changed files with 3 additions and 0 deletions

View File

@ -16,6 +16,7 @@
#include <time.h>
#include <stdlib.h>
#include <string.h>
#include "mozilla/NullPtr.h"
using std::string;
using std::istream;

View File

@ -22,6 +22,7 @@
#include <string>
#include <vector>
#include "mozilla/NullPtr.h"
#include "common/linux/http_upload.h"
#include "crashreporter.h"
#include "crashreporter_gtk_common.h"

View File

@ -11,6 +11,7 @@
#include <cctype>
#include "mozilla/NullPtr.h"
#include "crashreporter.h"
#include "crashreporter_gtk_common.h"