diff --git a/Userland/Applications/SpaceAnalyzer/main.cpp b/Userland/Applications/SpaceAnalyzer/main.cpp index 3a9b5fc657f..e58324d462c 100644 --- a/Userland/Applications/SpaceAnalyzer/main.cpp +++ b/Userland/Applications/SpaceAnalyzer/main.cpp @@ -3,6 +3,7 @@ * * SPDX-License-Identifier: BSD-2-Clause */ + #include "TreeMapWidget.h" #include #include diff --git a/Userland/Libraries/LibCrypt/crypt.cpp b/Userland/Libraries/LibCrypt/crypt.cpp index bf14db6c91d..19614b8fcec 100644 --- a/Userland/Libraries/LibCrypt/crypt.cpp +++ b/Userland/Libraries/LibCrypt/crypt.cpp @@ -3,6 +3,7 @@ * * SPDX-License-Identifier: BSD-2-Clause */ + #include #include #include diff --git a/Userland/Libraries/LibDebug/Dwarf/CompilationUnit.cpp b/Userland/Libraries/LibDebug/Dwarf/CompilationUnit.cpp index 9f6e163d87d..7b0af95f204 100644 --- a/Userland/Libraries/LibDebug/Dwarf/CompilationUnit.cpp +++ b/Userland/Libraries/LibDebug/Dwarf/CompilationUnit.cpp @@ -3,6 +3,7 @@ * * SPDX-License-Identifier: BSD-2-Clause */ + #include "CompilationUnit.h" #include "DIE.h" diff --git a/Userland/Libraries/LibDebug/Dwarf/Expression.cpp b/Userland/Libraries/LibDebug/Dwarf/Expression.cpp index f694c479288..0c93f01a097 100644 --- a/Userland/Libraries/LibDebug/Dwarf/Expression.cpp +++ b/Userland/Libraries/LibDebug/Dwarf/Expression.cpp @@ -3,10 +3,10 @@ * * SPDX-License-Identifier: BSD-2-Clause */ + #include "Expression.h" #include - #include namespace Debug::Dwarf::Expression { diff --git a/Userland/Utilities/useradd.cpp b/Userland/Utilities/useradd.cpp index 76eacccff11..009a3b24695 100644 --- a/Userland/Utilities/useradd.cpp +++ b/Userland/Utilities/useradd.cpp @@ -3,6 +3,7 @@ * * SPDX-License-Identifier: BSD-2-Clause */ + #include #include #include