Browse Source

WebContent: Add missing LibGfx include

Matthew Olsson 2 years ago
parent
commit
a9372de972
1 changed files with 1 additions and 0 deletions
  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>