Просмотр исходного кода

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

Andreas Kling 4 лет назад
Родитель
Сommit
a1944ec966
1 измененных файлов с 1 добавлено и 0 удалено
  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>