Bustage fix follow-up to places landing, add missing include for non-IPC builds. a=bustage fix

This commit is contained in:
Mark Banner 2010-12-16 08:10:27 +00:00
parent 47046855a6
commit 24761a5aa0

View File

@ -54,6 +54,7 @@
#include "nsIEventStateManager.h" #include "nsIEventStateManager.h"
#include "mozilla/Services.h" #include "mozilla/Services.h"
#include "nsThreadUtils.h" #include "nsThreadUtils.h"
#include "nsNetUtil.h"
// Initial size for the cache holding visited status observers. // Initial size for the cache holding visited status observers.
#define VISIT_OBSERVERS_INITIAL_CACHE_SIZE 128 #define VISIT_OBSERVERS_INITIAL_CACHE_SIZE 128