DisplayProperties: Fix build after AKString.h => String.h change

This commit is contained in:
Andreas Kling 2019-09-07 16:57:03 +02:00
commit 568936775f
Notes: sideshowbarker 2024-07-19 12:14:10 +09:00

View file

@ -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>