Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixing inspect problems
  • Loading branch information
hkaiser committed Dec 6, 2017
1 parent 132a894 commit a67dcd3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
6 changes: 4 additions & 2 deletions hpx/async_launch_policy_dispatch.hpp
@@ -1,7 +1,8 @@
// Copyright (c) 2007-2017 Hartmut Kaiser
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)

/// \file parallel/executors/parallel_executor.hpp

#if !defined(HPX_ASYNC_LAUNCH_POLICY_DISPATCH_NOV_26_2017_1243PM)
#define HPX_ASYNC_LAUNCH_POLICY_DISPATCH_NOV_26_2017_1243PM

Expand All @@ -15,6 +16,7 @@
#include <hpx/traits/is_action.hpp>
#include <hpx/util/deferred_call.hpp>

#include <functional>
#include <type_traits>
#include <utility>

Expand Down
1 change: 1 addition & 0 deletions src/runtime/agas/big_boot_barrier.cpp
Expand Up @@ -48,6 +48,7 @@
#include <mutex>
#include <sstream>
#include <string>
#include <type_traits>
#include <utility>
#include <vector>

Expand Down
2 changes: 2 additions & 0 deletions src/runtime/parcelset/put_parcel.cpp
Expand Up @@ -7,6 +7,8 @@
#include <hpx/runtime/parcelset/parcelhandler.hpp>
#include <hpx/runtime/parcelset/put_parcel.hpp>

#include <utility>

namespace hpx { namespace parcelset { namespace detail
{
void put_parcel_handler::operator()(parcel&& p) const
Expand Down

0 comments on commit a67dcd3

Please sign in to comment.