Commit ebc32c24 authored by Astha Rai's avatar Astha Rai
Browse files

putting env file in header guard

parent 24e8062a
// SPDX-License-Identifier: MIT
// Copyright (c) 2024, Advanced Micro Devices, Inc. All rights reserved.
#ifndef CK_CODE_GEN_RTC
#pragma once
#ifndef CK_CODE_GEN_RTC
#include <cstdlib>
#include <cstring>
#include <string>
#include <string_view>
#endif
namespace ck {
namespace internal {
......@@ -185,3 +184,4 @@ void UpdateEnvVar(EnvVar, const std::string_view& val)
}
} // namespace ck
#endif
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment