AK: Include String.h in ScopeLogger
This commit is contained in:
parent
b7f00148ad
commit
1ad6ac1cb4
Notes:
sideshowbarker
2024-07-18 17:54:52 +09:00
Author: https://github.com/alimpfard Commit: https://github.com/SerenityOS/serenity/commit/1ad6ac1cb47 Pull-request: https://github.com/SerenityOS/serenity/pull/7097 Reviewed-by: https://github.com/Dexesttp
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@
|
|||
#pragma once
|
||||
|
||||
#include <AK/SourceLocation.h>
|
||||
#include <AK/String.h>
|
||||
#include <AK/StringBuilder.h>
|
||||
|
||||
namespace AK {
|
||||
|
|
Loading…
Add table
Reference in a new issue