diff options
Diffstat (limited to 'dev/BuildKit/JSONManifestBuilder.h')
| -rw-r--r-- | dev/BuildKit/JSONManifestBuilder.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev/BuildKit/JSONManifestBuilder.h b/dev/BuildKit/JSONManifestBuilder.h index f7c769d..ba34a69 100644 --- a/dev/BuildKit/JSONManifestBuilder.h +++ b/dev/BuildKit/JSONManifestBuilder.h @@ -6,12 +6,12 @@ #pragma once #include <BuildKit/IManifestBuilder.h> -#include <json.h> +#include <json/json.h> /// @file JSONManifestBuilder.h /// @brief JSON manifest builder header file. -namespace BTB { +namespace NeBuild { /// @brief JSON builder class JSONManifestBuilder final NEBUILD_MANIFEST_BUILDER { public: @@ -30,4 +30,4 @@ class JSONManifestBuilder final NEBUILD_MANIFEST_BUILDER { bool buildTarget(int arg_sz, const char* arg_val, const bool dry_run = false) override; const char* buildSystem() override; }; -} // namespace BTB
\ No newline at end of file +} // namespace NeBuild
\ No newline at end of file |
