add include guards to assert.hpp
This commit is contained in:
parent
ffdd34a41a
commit
f6e5007044
|
@ -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/config.hpp"
|
||||||
#include "libtorrent/aux_/export.hpp"
|
#include "libtorrent/aux_/export.hpp"
|
||||||
|
@ -126,4 +127,4 @@ extern TORRENT_EXPORT char const* libtorrent_assert_log;
|
||||||
|
|
||||||
#endif // TORRENT_USE_ASSERTS
|
#endif // TORRENT_USE_ASSERTS
|
||||||
|
|
||||||
#endif
|
#endif // TORRENT_ASSERT_HPP_INCLUDED
|
||||||
|
|
Loading…
Reference in New Issue