Browse Source

Update netbase.cpp

pull/31/head
OldMiR 6 years ago committed by GitHub
parent
commit
ea7128d3bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      src/netbase.cpp

5
src/netbase.cpp

@ -17,6 +17,11 @@ @@ -17,6 +17,11 @@
#endif
#endif
// MSG_NOSIGNAL is not available on some platforms, if it doesn't exist define it as 0
#if !defined(MSG_NOSIGNAL)
#define MSG_NOSIGNAL 0
#endif
#include <boost/algorithm/string/case_conv.hpp> // for to_lower()
#include <boost/algorithm/string/predicate.hpp> // for startswith() and endswith()

Loading…
Cancel
Save