blob: 3ce85ee595e99af889fd9bda6618b8f681a9d0c4 [file] [log] [blame]
Jeff Thompsona28eed82013-08-22 16:21:10 -07001
2// Copyright (C) 2003-2004 Jeremy B. Maitin-Shepard.
3// Copyright (C) 2005-2008 Daniel James.
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// See http://www.boost.org/libs/unordered for documentation
8
Jeff Thompson3d613fd2013-10-15 15:39:04 -07009#ifndef NDNBOOST_UNORDERED_SET_HPP_INCLUDED
10#define NDNBOOST_UNORDERED_SET_HPP_INCLUDED
Jeff Thompsona28eed82013-08-22 16:21:10 -070011
12#if defined(_MSC_VER) && (_MSC_VER >= 1020)
13# pragma once
14#endif
15
16#include <ndnboost/unordered/unordered_set.hpp>
17
Jeff Thompson3d613fd2013-10-15 15:39:04 -070018#endif // NDNBOOST_UNORDERED_SET_HPP_INCLUDED