Jeff Thompson | a28eed8 | 2013-08-22 16:21:10 -0700 | [diff] [blame] | 1 | |
| 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 Thompson | 3d613fd | 2013-10-15 15:39:04 -0700 | [diff] [blame] | 9 | #ifndef NDNBOOST_UNORDERED_SET_HPP_INCLUDED |
| 10 | #define NDNBOOST_UNORDERED_SET_HPP_INCLUDED |
Jeff Thompson | a28eed8 | 2013-08-22 16:21:10 -0700 | [diff] [blame] | 11 | |
| 12 | #if defined(_MSC_VER) && (_MSC_VER >= 1020) |
| 13 | # pragma once |
| 14 | #endif |
| 15 | |
| 16 | #include <ndnboost/unordered/unordered_set.hpp> |
| 17 | |
Jeff Thompson | 3d613fd | 2013-10-15 15:39:04 -0700 | [diff] [blame] | 18 | #endif // NDNBOOST_UNORDERED_SET_HPP_INCLUDED |