Skip to content

Commit

Permalink
Fix: Add header for GCC 13
Browse files Browse the repository at this point in the history
  • Loading branch information
YanWenKun authored Dec 16, 2024
1 parent e3a68d0 commit 7762b68
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
#include <vector>
#include "rasterizer.h"
#include <cuda_runtime_api.h>
#include <cstdint>

namespace CudaRasterizer
{
Expand Down Expand Up @@ -71,4 +72,4 @@ namespace CudaRasterizer
T::fromChunk(size, P);
return ((size_t)size) + 128;
}
};
};

0 comments on commit 7762b68

Please sign in to comment.