Skip to content

Commit

Permalink
Fix linker problem in MSVC release mode
Browse files Browse the repository at this point in the history
  • Loading branch information
hkaiser committed Dec 8, 2017
1 parent 82f7b28 commit 23c400e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/runtime/trigger_lco.cpp
Expand Up @@ -8,6 +8,9 @@
#include <hpx/runtime/trigger_lco.hpp>
#include <hpx/runtime/naming/id_type.hpp>
#include <hpx/runtime/naming/address.hpp>
#if defined(HPX_MSVC) && !defined(HPX_DEBUG)
#include <hpx/lcos/base_lco_with_value.hpp>
#endif

#include <exception>
#include <utility>
Expand Down

0 comments on commit 23c400e

Please sign in to comment.