diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-12-04 12:36:11 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-12-04 12:36:11 +0100 |
| commit | 14ed88e58517890f5cce1bb9ab5cfb9e94bcfbf6 (patch) | |
| tree | 0c3ba10c814187c8ea0891385d210b083dcbb1d8 /src/DebuggerKit/DebuggerContract.h | |
| parent | be042137e28b8baf4a3f703cb0a58f080b1ca642 (diff) | |
chore: Breaking API changes and work in progress examples for NeCTI SDK.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'src/DebuggerKit/DebuggerContract.h')
| -rw-r--r-- | src/DebuggerKit/DebuggerContract.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/DebuggerKit/DebuggerContract.h b/src/DebuggerKit/DebuggerContract.h index 4585790..e727b3b 100644 --- a/src/DebuggerKit/DebuggerContract.h +++ b/src/DebuggerKit/DebuggerContract.h @@ -6,7 +6,7 @@ #pragma once -#include <DebuggerKit/Config.h> +#include <DebuggerKit/detail/Config.h> #include <unordered_map> #define DK_DEBUGGER_CONTRACT : public ::DebuggerKit::IDebuggerContract |
