mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 13:47:35 +00:00
Browser: Add a missing include in InspectorWidget
This commit is contained in:
parent
bab883bf8e
commit
6003bcfd2d
1 changed files with 2 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue