Skip to content

Commit

Permalink
Add missing type_traits to host.h
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Schellenberger Costa <[email protected]>
  • Loading branch information
wmaxey and miscco authored May 9, 2024
1 parent 50e37d7 commit 1cdffdb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions libcudacxx/include/cuda/std/__atomic/functions/host.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@

#include <cuda/std/__atomic/order.h>
#include <cuda/std/__atomic/platform.h>
#include <cuda/std/__type_traits/enable_if.h>
#include <cuda/std/__type_traits/is_floating_point.h>
#include <cuda/std/__type_traits/remove_cvref.h>

_LIBCUDACXX_BEGIN_NAMESPACE_STD

Expand Down

0 comments on commit 1cdffdb

Please sign in to comment.