|
@@ -6,10 +6,12 @@
|
|
|
|
|
|
#include <AK/GenericLexer.h>
|
|
|
#include <AK/Random.h>
|
|
|
+#include <LibWeb/FileAPI/File.h>
|
|
|
#include <LibWeb/HTML/FormControlInfrastructure.h>
|
|
|
#include <LibWeb/HTML/FormDataEvent.h>
|
|
|
#include <LibWeb/HTML/HTMLButtonElement.h>
|
|
|
#include <LibWeb/HTML/HTMLDataListElement.h>
|
|
|
+#include <LibWeb/HTML/HTMLInputElement.h>
|
|
|
#include <LibWeb/HTML/HTMLOptionElement.h>
|
|
|
#include <LibWeb/HTML/HTMLSelectElement.h>
|
|
|
#include <LibWeb/Infra/Strings.h>
|