mirror of
https://github.com/mfontanini/libtins
synced 2026-01-29 04:54:28 +01:00
assert() is only called when TINS_DEBUG is defined.
This commit is contained in:
@@ -28,7 +28,9 @@
|
||||
*/
|
||||
|
||||
#include <stdexcept>
|
||||
#include <cassert>
|
||||
#ifdef TINS_DEBUG
|
||||
#include <cassert>
|
||||
#endif
|
||||
#include <cstring>
|
||||
#include "udp.h"
|
||||
#include "constants.h"
|
||||
|
||||
Reference in New Issue
Block a user