mirror of https://github.com/libAthena/athena.git
Ensure memory.h included in Socket class
This commit is contained in:
parent
669370381b
commit
483870850c
|
@ -17,6 +17,7 @@
|
|||
#include <sys/types.h>
|
||||
#include <fcntl.h>
|
||||
#include <string>
|
||||
#include <memory.h>
|
||||
|
||||
#include "Global.hpp"
|
||||
|
||||
|
|
Loading…
Reference in New Issue