dpp: update to v10.0.12 (#1323)
parent
1d640a5498
commit
f32c11ffda
2 changed files with 18 additions and 0 deletions
@ -0,0 +1,13 @@ |
||||
diff --git a/src/dpp/dns.cpp b/src/dpp/dns.cpp
|
||||
index dbb2b6f8..7b4db79d 100644
|
||||
--- a/src/dpp/dns.cpp
|
||||
+++ b/src/dpp/dns.cpp
|
||||
@@ -24,6 +24,8 @@
|
||||
#include <exception>
|
||||
#include <shared_mutex>
|
||||
#include <dpp/exception.h>
|
||||
+#include <mutex>
|
||||
+#include <cstring>
|
||||
|
||||
namespace dpp
|
||||
{
|
Loading…
Reference in new issue