Bug 744887 - Build error: nsFilePicker.cpp(227) : error C2065: 'nsPIDOMWindow' : undeclared identifier, r=jmathies

This commit is contained in:
Honza Bambas 2012-04-14 01:49:11 +02:00
Родитель 0f9f32522e
Коммит 46538e418c
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -60,6 +60,7 @@
#include "nsString.h"
#include "nsToolkit.h"
#include "WinUtils.h"
#include "nsPIDOMWindow.h"
using namespace mozilla::widget;