diff --git a/mozilla/base/public/nsAutoLock.h b/mozilla/base/public/nsAutoLock.h index 44fc7567db2..ded8c16b002 100644 --- a/mozilla/base/public/nsAutoLock.h +++ b/mozilla/base/public/nsAutoLock.h @@ -69,7 +69,9 @@ #ifndef nsAutoLock_h__ #define nsAutoLock_h__ +#include "nscore.h" #include "prlock.h" +#include "prlog.h" // If you ever decide that you need to add a non-inline method to this // class, be sure to change the class declaration to "class NS_BASE diff --git a/mozilla/xpcom/threads/nsAutoLock.h b/mozilla/xpcom/threads/nsAutoLock.h index 44fc7567db2..ded8c16b002 100644 --- a/mozilla/xpcom/threads/nsAutoLock.h +++ b/mozilla/xpcom/threads/nsAutoLock.h @@ -69,7 +69,9 @@ #ifndef nsAutoLock_h__ #define nsAutoLock_h__ +#include "nscore.h" #include "prlock.h" +#include "prlog.h" // If you ever decide that you need to add a non-inline method to this // class, be sure to change the class declaration to "class NS_BASE