Skip to content

Commit

Permalink
fix(core): build error with no include limits
Browse files Browse the repository at this point in the history
GitOrigin-RevId: 7abac59218c8bf6ef31c4ffe4c6dcfd21a3a5811
  • Loading branch information
megvii-mge committed Dec 5, 2023
1 parent 88b3b80 commit 0020945
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/opr/impl/customop/dilate/opr_impl.cu
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
#include <stdio.h>
#include <algorithm>
#include <cfloat>
#include <limits>

#include "../utils.cuh"
#include "../utils.h"
Expand Down Expand Up @@ -178,4 +179,4 @@ void launch_dilate_kernel(
after_kernel_launch();
}

#endif
#endif

0 comments on commit 0020945

Please sign in to comment.