diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-12-02 01:39:42 -0500 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-12-02 01:40:12 -0500 |
| commit | f7930b3a1279922cf9e6e75e651fe9b5df247bc6 (patch) | |
| tree | 984d92f85d89aaf355a51af13d45a358da6473b7 /src/CompilerKit/impl | |
| parent | c895f469119903b3874d74604e582aed0da989ae (diff) | |
chore: source level tweaks and breaking API changes.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'src/CompilerKit/impl')
| -rw-r--r-- | src/CompilerKit/impl/32x0.h | 1 | ||||
| -rw-r--r-- | src/CompilerKit/impl/X64.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/src/CompilerKit/impl/32x0.h b/src/CompilerKit/impl/32x0.h index 5996708..f55e4a6 100644 --- a/src/CompilerKit/impl/32x0.h +++ b/src/CompilerKit/impl/32x0.h @@ -7,6 +7,7 @@ #pragma once #include <CompilerKit/Config.h> +#include <vector> // @brief Open32x0 support. // @file impl/32x0.h diff --git a/src/CompilerKit/impl/X64.h b/src/CompilerKit/impl/X64.h index e69d509..f97812d 100644 --- a/src/CompilerKit/impl/X64.h +++ b/src/CompilerKit/impl/X64.h @@ -7,6 +7,7 @@ #pragma once #include <CompilerKit/Config.h> +#include <vector> // @brief AMD64 support. // @file impl/X64.h |
