mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 925671 - Add missing nullptr includes. r=ted
This commit is contained in:
parent
e1d07020fd
commit
b4a2e00f10
@ -16,6 +16,7 @@
|
||||
#include <time.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include "mozilla/NullPtr.h"
|
||||
|
||||
using std::string;
|
||||
using std::istream;
|
||||
|
@ -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"
|
||||
|
@ -11,6 +11,7 @@
|
||||
|
||||
#include <cctype>
|
||||
|
||||
#include "mozilla/NullPtr.h"
|
||||
#include "crashreporter.h"
|
||||
#include "crashreporter_gtk_common.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user