You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I am trying to use lithium_http_server.hh for a HelloWorld project, but there are several includes that are Linux-specific like #include <arpa/inet.h> and cannot be found in MingW64, also this one for Windows is not present:
#if _WIN32
#include <wepoll.h>
#endif
Any suggestions? thank you.
The text was updated successfully, but these errors were encountered:
Hello, I am trying to use lithium_http_server.hh for a HelloWorld project, but there are several includes that are Linux-specific like #include <arpa/inet.h> and cannot be found in MingW64, also this one for Windows is not present:
#if _WIN32
#include <wepoll.h>
#endif
Any suggestions? thank you.
The text was updated successfully, but these errors were encountered: