move_import.patch 417 B

123456789101112131415161718
  1. diff --git a/easywsclient.cpp b/easywsclient.cpp
  2. index 0c98098..aca7e77 100644
  3. --- a/easywsclient.cpp
  4. +++ b/easywsclient.cpp
  5. @@ -1,3 +1,4 @@
  6. +#include "easywsclient.hpp"
  7. #ifdef _WIN32
  8. #if defined(_MSC_VER) && !defined(_CRT_SECURE_NO_WARNINGS)
  9. @@ -73,8 +74,6 @@
  10. #include <vector>
  11. #include <string>
  12. -#include "easywsclient.hpp"
  13. -
  14. using easywsclient::Callback_Imp;
  15. using easywsclient::BytesCallback_Imp;