bug 794038 followup - add #include "nsIPresShell.h" to nsChildView.mm to avoid relying on fragile indirect inclusion. rs=Ms2ger

This commit is contained in:
Jonathan Kew 2012-10-17 20:50:06 +01:00
Родитель 292a5ce0ff
Коммит b7f17599ce
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -32,6 +32,7 @@
#include "nsNPAPIPluginInstance.h"
#include "nsThemeConstants.h"
#include "nsIWidgetListener.h"
#include "nsIPresShell.h"
#include "nsDragService.h"
#include "nsClipboard.h"