add include guards to assert.hpp

This commit is contained in:
arvidn 2018-11-11 17:33:10 +01:00 committed by Arvid Norberg
parent ffdd34a41a
commit f6e5007044
1 changed files with 3 additions and 2 deletions

View File

@ -30,7 +30,8 @@ POSSIBILITY OF SUCH DAMAGE.
*/
#ifndef TORRENT_ASSERT
#ifndef TORRENT_ASSERT_HPP_INCLUDED
#define TORRENT_ASSERT_HPP_INCLUDED
#include "libtorrent/config.hpp"
#include "libtorrent/aux_/export.hpp"
@ -126,4 +127,4 @@ extern TORRENT_EXPORT char const* libtorrent_assert_log;
#endif // TORRENT_USE_ASSERTS
#endif
#endif // TORRENT_ASSERT_HPP_INCLUDED