summaryrefslogtreecommitdiffhomepage
path: root/dev/Boot/BootKit
diff options
context:
space:
mode:
Diffstat (limited to 'dev/Boot/BootKit')
-rw-r--r--dev/Boot/BootKit/Shared/base.h6
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
{