浏览代码

WebContent: Add missing LibGfx include

Matthew Olsson 2 年之前
父节点
当前提交
a9372de972
共有 1 个文件被更改,包括 1 次插入0 次删除
  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/Function.h>
 #include <AK/HashMap.h>
 #include <AK/HashMap.h>
 #include <AK/String.h>
 #include <AK/String.h>
+#include <LibGfx/Rect.h>
 #include <LibIPC/ConnectionToServer.h>
 #include <LibIPC/ConnectionToServer.h>
 #include <LibJS/Forward.h>
 #include <LibJS/Forward.h>
 #include <LibJS/Heap/MarkedVector.h>
 #include <LibJS/Heap/MarkedVector.h>