summaryrefslogtreecommitdiff
path: root/Libraries/LibHTML/DOM
diff options
context:
space:
mode:
authorAndreas Kling <kling@serenityos.org>2020-02-15 00:24:14 +0100
committerAndreas Kling <kling@serenityos.org>2020-02-15 00:24:14 +0100
commite1ff4fa034377c5a13d5ab23d6e58ea3d3d7fafb (patch)
treec69f1b825e8a00274ccaa9ed2dc7e8c07107365d /Libraries/LibHTML/DOM
parent69400c2ca14125c606f31543d7e0f449687cf628 (diff)
downloadserenity-e1ff4fa034377c5a13d5ab23d6e58ea3d3d7fafb.zip
LibGUI: Remove more header dependencies from Widget.h
Diffstat (limited to 'Libraries/LibHTML/DOM')
-rw-r--r--Libraries/LibHTML/DOM/HTMLInputElement.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Libraries/LibHTML/DOM/HTMLInputElement.cpp b/Libraries/LibHTML/DOM/HTMLInputElement.cpp
index 238eb71a67..7780f08d26 100644
--- a/Libraries/LibHTML/DOM/HTMLInputElement.cpp
+++ b/Libraries/LibHTML/DOM/HTMLInputElement.cpp
@@ -24,6 +24,7 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include <LibCore/ElapsedTimer.h>
#include <LibGUI/Button.h>
#include <LibGUI/TextBox.h>
#include <LibHTML/DOM/Document.h>