diff options
Diffstat (limited to 'dev/Boot/BootKit')
| -rw-r--r-- | dev/Boot/BootKit/Shared/base.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev/Boot/BootKit/Shared/base.h b/dev/Boot/BootKit/Shared/base.h index 1270b36a..88459ec3 100644 --- a/dev/Boot/BootKit/Shared/base.h +++ b/dev/Boot/BootKit/Shared/base.h @@ -1,9 +1,9 @@ #ifndef UTL_BASE_H #define UTL_BASE_H -#include <cstdint> -#include <cstddef> -#include <cmath> +#include <stdint.h> +#include <stddef.h> +#include <math.h> namespace utl { |
