dpp: update to v10.0.10 (#1246)
* dpp: update to v10.0.10 * dpp: fix ccache issue (maybe ?)pull/1248/head
parent
3c119d36d5
commit
8d854f2dd4
2 changed files with 22 additions and 1 deletions
@ -0,0 +1,15 @@ |
|||||||
|
diff --git a/include/dpp/permissions.h b/include/dpp/permissions.h
|
||||||
|
index 1ce84a2..0ba9e64 100644
|
||||||
|
--- a/include/dpp/permissions.h
|
||||||
|
+++ b/include/dpp/permissions.h
|
||||||
|
@@ -21,6 +21,10 @@
|
||||||
|
#pragma once
|
||||||
|
#include <dpp/export.h>
|
||||||
|
|
||||||
|
+#include <cstdint>
|
||||||
|
+#include <type_traits>
|
||||||
|
+#include <dpp/nlohmann/json_fwd.hpp>
|
||||||
|
+
|
||||||
|
namespace dpp {
|
||||||
|
|
||||||
|
/**
|
Loading…
Reference in new issue