Skip to content

Commit

Permalink
Fixing more compiler errors 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 bd8f7eb commit 79e77e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hpx/compute/cuda/default_executor_parameters.hpp
Expand Up @@ -9,7 +9,7 @@

#include <hpx/config.hpp>

#if defined(HPX_HAVE_CUDA) && defined(__CUDACC__)
#if defined(HPX_HAVE_CUDA)
#include <hpx/traits/is_executor_parameters.hpp>

#include <cstddef>
Expand Down

0 comments on commit 79e77e2

Please sign in to comment.