diff --git a/libraries/libstratosphere/include/stratosphere/dd/dd_types.hpp b/libraries/libstratosphere/include/stratosphere/dd/dd_types.hpp
index 2d1587296..467708841 100644
--- a/libraries/libstratosphere/include/stratosphere/dd/dd_types.hpp
+++ b/libraries/libstratosphere/include/stratosphere/dd/dd_types.hpp
@@ -13,15 +13,15 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
#pragma once
#include
-#include
namespace ams::dd {
using ProcessHandle = ::Handle;
+ /* TODO gcc-11: using MemoryPermission = os::MemoryPermission; using enum os::MemoryPermission; */
+
enum MemoryPermission {
MemoryPermission_None = 0,
MemoryPermission_ReadOnly = (1u << 0),