Fixed warnings related to libtomcrypt's byte definition
This commit is contained in:
@@ -2,8 +2,9 @@
|
||||
|
||||
#include <array>
|
||||
#include <string>
|
||||
#include <tomcrypt.h>
|
||||
#include "Packet.h"
|
||||
#include <tomcrypt.h>
|
||||
#undef byte /* the macro byte gets defined by tomcrypt_macros. We have to undefine it */
|
||||
|
||||
namespace ts {
|
||||
namespace connection {
|
||||
|
||||
Reference in New Issue
Block a user