Skip to content

Commit

Permalink
Properly forward declare type
Browse files Browse the repository at this point in the history
  • Loading branch information
hkaiser committed Oct 3, 2017
1 parent 5f7ddc7 commit a1a0e05
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion hpx/traits/is_executor_parameters.hpp
Expand Up @@ -12,7 +12,6 @@

#include <hpx/config.hpp>
#include <hpx/util/always_void.hpp>
#include <hpx/traits/v1/is_executor_parameters.hpp> // backwards compatibility

#include <functional>
#include <type_traits>
Expand All @@ -26,6 +25,8 @@ namespace hpx { namespace traits
struct is_executor_parameters;
}}

#include <hpx/traits/v1/is_executor_parameters.hpp> // backwards compatibility

namespace hpx { namespace parallel { namespace execution
{
///////////////////////////////////////////////////////////////////////////
Expand Down

0 comments on commit a1a0e05

Please sign in to comment.