From d63efdcd1c644f333fb52cdd494ac0c57ec2a9ca Mon Sep 17 00:00:00 2001 From: Lucas Yunkyu Lee Date: Sun, 5 May 2024 00:07:42 +0900 Subject: [PATCH] Include cstdint explicitly --- cuda_rasterizer/rasterizer_impl.h | 1 + 1 file changed, 1 insertion(+) diff --git a/cuda_rasterizer/rasterizer_impl.h b/cuda_rasterizer/rasterizer_impl.h index bc3f0ece..9cb61543 100644 --- a/cuda_rasterizer/rasterizer_impl.h +++ b/cuda_rasterizer/rasterizer_impl.h @@ -11,6 +11,7 @@ #pragma once +#include #include #include #include "rasterizer.h"