1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-20 14:35:07 +00:00

Kernel: Add missing AK/Format.h include in KResult.h

This commit is contained in:
Andreas Kling 2021-05-28 09:33:00 +02:00
parent 856f20f91f
commit a1944ec966

View file

@ -7,6 +7,7 @@
#pragma once
#include <AK/Assertions.h>
#include <AK/Format.h>
#include <AK/Platform.h>
#include <AK/StdLibExtras.h>
#include <LibC/errno_numbers.h>