summaryrefslogtreecommitdiffhomepage
path: root/src/CompilerKit/StringKit.h
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-12-04 15:13:22 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2025-12-04 15:17:53 +0100
commitcd3092186eb698a9ed175dacb6884f0404e7c062 (patch)
treecdc3e0e013f5efb0dfc8c450b706951d3a8e3597 /src/CompilerKit/StringKit.h
parent14ed88e58517890f5cce1bb9ab5cfb9e94bcfbf6 (diff)
chore! Breaking API changes for CompilerKit and DebuggerKit.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'src/CompilerKit/StringKit.h')
-rw-r--r--src/CompilerKit/StringKit.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CompilerKit/StringKit.h b/src/CompilerKit/StringKit.h
index 251ab4e..d3eb3ad 100644
--- a/src/CompilerKit/StringKit.h
+++ b/src/CompilerKit/StringKit.h
@@ -10,7 +10,7 @@
#ifndef __NECTI_STRINGKIT__
#define __NECTI_STRINGKIT__
-#include <CompilerKit/detail/Config.h>
+#include <CompilerKit/Detail/Config.h>
#include <CompilerKit/ErrorOr.h>
#include <cstring>