You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
--- a/src/gnet/gsocket.h
|
|
+++ b/src/gnet/gsocket.h
|
|
@@ -27,6 +27,7 @@
|
|
#include "gevent.h"
|
|
#include "gdescriptor.h"
|
|
#include "greadwrite.h"
|
|
+#include <memory>
|
|
#include <string>
|
|
#include <new>
|
|
|
|
--- a/src/gssl/gssl.h
|
|
+++ b/src/gssl/gssl.h
|
|
@@ -26,6 +26,7 @@
|
|
#include "gdef.h"
|
|
#include "gstrings.h"
|
|
#include "greadwrite.h"
|
|
+#include <memory>
|
|
#include <string>
|
|
#include <utility>
|
|
|