Skip to content

Commit

Permalink
Fixing ICE with nvcc
Browse files Browse the repository at this point in the history
  • Loading branch information
sithhell committed Sep 4, 2017
1 parent f6b1a6a commit 56a0a30
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions hpx/runtime/components/binpacking_distribution_policy.hpp
Expand Up @@ -8,6 +8,8 @@
#if !defined(HPX_COMPONENTS_BINPACKING_DISTRIBUTION_POLICY_APR_10_2015_0344PM)
#define HPX_COMPONENTS_BINPACKING_DISTRIBUTION_POLICY_APR_10_2015_0344PM

#if !defined(HPX_COMPUTE_DEVICE_CODE)

#include <hpx/config.hpp>
#include <hpx/dataflow.hpp>
#include <hpx/lcos/future.hpp>
Expand Down Expand Up @@ -486,3 +488,5 @@ namespace hpx
/// \endcond

#endif

#endif

0 comments on commit 56a0a30

Please sign in to comment.