Pārlūkot izejas kodu

WebContent: Add missing LibGfx include

Matthew Olsson 2 gadi atpakaļ
vecāks
revīzija
a9372de972
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  1. 1 0
      Userland/Services/WebContent/WebDriverConnection.h

+ 1 - 0
Userland/Services/WebContent/WebDriverConnection.h

@@ -12,6 +12,7 @@
 #include <AK/Function.h>
 #include <AK/HashMap.h>
 #include <AK/String.h>
+#include <LibGfx/Rect.h>
 #include <LibIPC/ConnectionToServer.h>
 #include <LibJS/Forward.h>
 #include <LibJS/Heap/MarkedVector.h>