mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-20 16:28:54 +00:00
DisplayProperties: Fix build after AKString.h => String.h change
This commit is contained in:
parent
fe1ab7989f
commit
568936775f
Notes:
sideshowbarker
2024-07-19 12:14:10 +09:00
Author: https://github.com/awesomekling
Commit: 568936775f
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
#pragma once
|
||||
|
||||
#include <AK/AKString.h>
|
||||
#include <AK/RefPtr.h>
|
||||
#include <AK/String.h>
|
||||
#include <AK/Vector.h>
|
||||
#include <LibCore/CConfigFile.h>
|
||||
#include <LibDraw/Color.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue