1 //  Copyright (c) 2007-2012 Hartmut Kaiser
2 //  Copyright (c)      2011 Bryce Lelbach
3 //
4 //  Distributed under the Boost Software License, Version 1.0. (See accompanying
5 //  file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
6 
7 #ifndef HPX_RUNTIME_NAMING_RESOLVER_CLIENT_HPP
8 #define HPX_RUNTIME_NAMING_RESOLVER_CLIENT_HPP
9 
10 #include <hpx/runtime/agas/addressing_service.hpp>
11 
12 #endif /*HPX_RUNTIME_NAMING_RESOLVER_CLIENT_HPP*/
13