mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1135591 - Fix build breakage from bug 1132153 in code conditional on '--enable-ipdl-tests'. r=dholbert
This commit is contained in:
parent
8f929ecdc9
commit
0e662fa29f
@ -22,6 +22,8 @@ ${INCLUDES}
|
||||
|
||||
using namespace std;
|
||||
|
||||
using base::Thread;
|
||||
|
||||
namespace mozilla {
|
||||
namespace _ipdltest {
|
||||
|
||||
|
@ -20,6 +20,9 @@ struct RunnableMethodTraits<mozilla::_ipdltest2::TestOpensOpenedChild>
|
||||
|
||||
using namespace mozilla::ipc;
|
||||
|
||||
using base::ProcessHandle;
|
||||
using base::Thread;
|
||||
|
||||
namespace mozilla {
|
||||
// NB: this is generally bad style, but I am lazy.
|
||||
using namespace _ipdltest;
|
||||
|
Loading…
Reference in New Issue
Block a user