summaryrefslogtreecommitdiffhomepage
path: root/examples/example_02_libnebuild/libnebuild.cc
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-11-24 02:33:21 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2025-11-24 02:34:02 +0100
commit64b8a6bf04095d80b1ca52415ea954b933f47098 (patch)
tree0fdeb080c08113558b6550cf06b81ba67d9c9348 /examples/example_02_libnebuild/libnebuild.cc
parentfab2f2a4b616b9bd763b154605685733c74d7321 (diff)
feat! breaking changes, merging to stable.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'examples/example_02_libnebuild/libnebuild.cc')
-rw-r--r--examples/example_02_libnebuild/libnebuild.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/example_02_libnebuild/libnebuild.cc b/examples/example_02_libnebuild/libnebuild.cc
index 5540503..c5f13fe 100644
--- a/examples/example_02_libnebuild/libnebuild.cc
+++ b/examples/example_02_libnebuild/libnebuild.cc
@@ -1,4 +1,4 @@
-#include <BuildKit/JSONManifestBuilder.h>
+#include <NeBuildKit/JSONManifestBuilder.h>
#include <cstdlib>
#ifndef _WIN32