Bug 923168: Add missing #include to widget/gtk/nsDragService.cpp, to fix bustage in local builds. (no review, because bustage and trivial)

This commit is contained in:
Daniel Holbert 2013-10-02 09:47:07 -07:00
Родитель fd57d81de1
Коммит 1111c70133
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -29,6 +29,7 @@
#include "gfxContext.h"
#include "nsImageToPixbuf.h"
#include "nsPresContext.h"
#include "nsIContent.h"
#include "nsIDocument.h"
#include "nsISelection.h"
#include "nsViewManager.h"