cstring_include.patch 392 B

12345678910111213141516171819
  1. diff --git a/src/dpp/dns.cpp b/src/dpp/dns.cpp
  2. index a0f106db..3bdd8ce5 100644
  3. --- a/src/dpp/dns.cpp
  4. +++ b/src/dpp/dns.cpp
  5. @@ -25,6 +25,7 @@
  6. #include <mutex>
  7. #include <shared_mutex>
  8. #include <dpp/exception.h>
  9. +#include <cstring>
  10. namespace dpp
  11. {
  12. @@ -97,4 +98,4 @@ namespace dpp
  13. return cache_entry;
  14. }
  15. }
  16. -};
  17. \ No newline at end of file
  18. +};