Browser: Add a missing include in InspectorWidget

This commit is contained in:
Matthew Olsson 2023-02-25 10:42:57 -07:00 committed by Linus Groh
parent bab883bf8e
commit 6003bcfd2d
Notes: sideshowbarker 2024-07-18 05:01:22 +09:00

View File

@ -15,6 +15,8 @@
#include <LibWeb/Forward.h>
#include <LibWeb/Layout/BoxModelMetrics.h>
#include <LibWebView/Forward.h>
#include <LibWebView/OutOfProcessWebView.h>
namespace Browser {
class InspectorWidget final : public GUI::Widget {