Bug 1295370 - Add missing include. r=ehsan

Including this header without this causes compilation problems.
This commit is contained in:
Bobby Holley 2016-08-15 16:04:36 -07:00
Родитель dd34d47f05
Коммит c0ad82fd11
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -10,6 +10,7 @@
#include "mozilla/Attributes.h"
#include "nsIDOMHTMLTextAreaElement.h"
#include "nsITextControlElement.h"
#include "nsIControllers.h"
#include "nsIDOMNSEditableElement.h"
#include "nsCOMPtr.h"
#include "nsGenericHTMLElement.h"