package An official xmake package repository
https://xrepo.xmake.io/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
329 B
15 lines
329 B
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 { |
|
|
|
/**
|
|
|