Ensure memory.h included in Socket class

This commit is contained in:
Jack Andersen 2017-01-07 14:13:02 -10:00
parent 669370381b
commit 483870850c
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@
#include <sys/types.h>
#include <fcntl.h>
#include <string>
#include <memory.h>
#include "Global.hpp"