Explorar el Código

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

Andreas Kling hace 4 años
padre
commit
a1944ec966
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      Kernel/KResult.h

+ 1 - 0
Kernel/KResult.h

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