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
Родитель 6c4c2dfdfa
Коммит 96d3b4e9b7
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

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