summaryrefslogtreecommitdiffhomepage
path: root/src/DebuggerKit
diff options
context:
space:
mode:
author😄 Amlal El Mahrouss <amlal@nekernel.org>2026-03-18 08:52:07 +0100
committerGitHub <noreply@github.com>2026-03-18 08:52:07 +0100
commitb8db61d6514afdec98bc8edbc22ceeed189b8309 (patch)
treefa3d378b50667f96c60a3f412547083fbc0786ac /src/DebuggerKit
parent6dc565002cbb1c84004d760d5f24e69646082b7a (diff)
parent3925c485946ae8e95fcd94329a23357cac4226b0 (diff)
Merge pull request #76 from ne-foss-org/nectar-frontend-check
[FEAT] Nectar syntax checker module.
Diffstat (limited to 'src/DebuggerKit')
-rw-r--r--src/DebuggerKit/src/MachContract.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/DebuggerKit/src/MachContract.cpp b/src/DebuggerKit/src/MachContract.cpp
index eac0ad8..8a897be 100644
--- a/src/DebuggerKit/src/MachContract.cpp
+++ b/src/DebuggerKit/src/MachContract.cpp
@@ -10,6 +10,8 @@
#include <ThirdParty/Dialogs/Dialogs.h>
#ifdef DK_MACH_DEBUGGER
+
+/// @brief a terrible way to import globals.
#include <DebuggerKit/Common.inl>
/// @internal