Skip to content

Commit

Permalink
Fixing compiler error when not compiling in CUDA mode
Browse files Browse the repository at this point in the history
  • Loading branch information
sithhell committed Sep 5, 2017
1 parent 96f5de4 commit 9e45b9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hpx/compute/cuda/value_proxy.hpp
Expand Up @@ -10,7 +10,7 @@

#include <hpx/config.hpp>

#if defined(HPX_HAVE_CUDA) && defined(__CUDACC__)
#if defined(HPX_HAVE_CUDA)

#include <hpx/compute/cuda/target.hpp>
#include <hpx/compute/cuda/traits/access_target.hpp>
Expand Down

0 comments on commit 9e45b9b

Please sign in to comment.