Bug 1695573 - Add missing #include for MakeScopeExit. r=glandium DONTBUILD

Differential Revision: https://phabricator.services.mozilla.com/D106753
This commit is contained in:
Petr Sumbera 2021-03-02 08:27:31 +00:00
parent 85f0d3073f
commit 5e6ba7970d

View File

@ -28,6 +28,7 @@
#include "mozilla/LookAndFeel.h"
#include "mozilla/Preferences.h"
#include "mozilla/PresShell.h"
#include "mozilla/ScopeExit.h"
#include "mozilla/dom/Element.h"
#include "mozilla/dom/Event.h" // for Event
#include "mozilla/dom/MouseEvent.h"