Skip to content

Commit

Permalink
Fix proj.cuh include guard (#504)
Browse files Browse the repository at this point in the history
* fix include guard in proj.cuh

* fix include guard in proj.cuh
  • Loading branch information
desmondlzy authored Dec 13, 2024
1 parent 7951619 commit ff2da2e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gsplat/cuda/include/proj.cuh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#ifndef GSPLAT_CUDA_UTILS_H
#define GSPLAT_CUDA_UTILS_H
#ifndef GSPLAT_CUDA_PROJ_CUH
#define GSPLAT_CUDA_PROJ_CUH

#include "types.cuh"

Expand Down Expand Up @@ -344,4 +344,4 @@ inline __device__ void fisheye_proj_vjp(

} // namespace gsplat

#endif // GSPLAT_CUDA_UTILS_H
#endif // GSPLAT_CUDA_PROJ_CUH

0 comments on commit ff2da2e

Please sign in to comment.