mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 22:01:30 +00:00
Bug 570945 - Qt is not compiling. r=me. Slightly modifed based on chris.jones comments
This commit is contained in:
parent
308e5cd202
commit
0042d3f84e
@ -5,6 +5,11 @@
|
||||
#ifndef BASE_MESSAGE_PUMP_QT_H_
|
||||
#define BASE_MESSAGE_PUMP_QT_H_
|
||||
|
||||
#ifdef mozilla_mozalloc_macro_wrappers_h
|
||||
/* The "anti-header" */
|
||||
# include "mozilla/mozalloc_undef_macro_wrappers.h"
|
||||
#endif
|
||||
|
||||
#include <qobject.h>
|
||||
|
||||
#include "base/message_pump.h"
|
||||
|
Loading…
Reference in New Issue
Block a user