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.

20 lines
385 B

  1. --- a/src/gnet/gsocket.h
  2. +++ b/src/gnet/gsocket.h
  3. @@ -27,6 +27,7 @@
  4. #include "gevent.h"
  5. #include "gdescriptor.h"
  6. #include "greadwrite.h"
  7. +#include <memory>
  8. #include <string>
  9. #include <new>
  10. --- a/src/gssl/gssl.h
  11. +++ b/src/gssl/gssl.h
  12. @@ -26,6 +26,7 @@
  13. #include "gdef.h"
  14. #include "gstrings.h"
  15. #include "greadwrite.h"
  16. +#include <memory>
  17. #include <string>
  18. #include <utility>