//===----------------------------------------------------------------------===//
//
// Part of the CUDA Toolkit, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===----------------------------------------------------------------------===//

#ifndef _CUDA_CSTDINT
#define _CUDA_CSTDINT

#ifndef __CUDACC_RTC__
    #include <cstdint>
#endif //__CUDACC_RTC__

#include <stdint.h>
#include "version"
#include "detail/__config"

#include "detail/libcxx/include/cstdint"

#endif //_CUDA_CSTDINT
