소스 검색

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/HashMap.h>
 #include <AK/String.h>
+#include <LibGfx/Rect.h>
 #include <LibIPC/ConnectionToServer.h>
 #include <LibJS/Forward.h>
 #include <LibJS/Heap/MarkedVector.h>