From f5e029285333d10ff752461381e3c014061d5b0f Mon Sep 17 00:00:00 2001 From: Ben Turner Date: Thu, 12 Nov 2009 14:46:29 -0800 Subject: [PATCH] Fix bustage --- ipc/glue/AsyncChannel.cpp | 1 + ipc/glue/RPCChannel.cpp | 1 + ipc/glue/SyncChannel.cpp | 1 + 3 files changed, 3 insertions(+) diff --git a/ipc/glue/AsyncChannel.cpp b/ipc/glue/AsyncChannel.cpp index a9236fd5f80..15465851480 100644 --- a/ipc/glue/AsyncChannel.cpp +++ b/ipc/glue/AsyncChannel.cpp @@ -41,6 +41,7 @@ #include "mozilla/ipc/GeckoThread.h" #include "nsDebug.h" +#include "nsTraceRefcnt.h" #include "nsXULAppAPI.h" using mozilla::MutexAutoLock; diff --git a/ipc/glue/RPCChannel.cpp b/ipc/glue/RPCChannel.cpp index 575f4c8d623..3b7bd4684ca 100644 --- a/ipc/glue/RPCChannel.cpp +++ b/ipc/glue/RPCChannel.cpp @@ -41,6 +41,7 @@ #include "mozilla/ipc/GeckoThread.h" #include "nsDebug.h" +#include "nsTraceRefcnt.h" #define RPC_ASSERT(_cond, ...) \ do { \ diff --git a/ipc/glue/SyncChannel.cpp b/ipc/glue/SyncChannel.cpp index 70529ec4c5d..43917e76f67 100644 --- a/ipc/glue/SyncChannel.cpp +++ b/ipc/glue/SyncChannel.cpp @@ -41,6 +41,7 @@ #include "mozilla/ipc/GeckoThread.h" #include "nsDebug.h" +#include "nsTraceRefcnt.h" #ifdef OS_WIN #include "nsServiceManagerUtils.h"