From e62ce621c4797c0023d0098414d72519de3ff68a Mon Sep 17 00:00:00 2001 From: wheremyfoodat <44909372+wheremyfoodat@users.noreply.github.com> Date: Sat, 9 Sep 2023 15:19:57 +0300 Subject: [PATCH] IWYU: Add type_traits to nfc_types --- include/services/nfc_types.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/services/nfc_types.hpp b/include/services/nfc_types.hpp index fc0c323f..d3bcf09a 100644 --- a/include/services/nfc_types.hpp +++ b/include/services/nfc_types.hpp @@ -5,6 +5,7 @@ #pragma once #include +#include #include "helpers.hpp" #include "swap.hpp" @@ -408,4 +409,4 @@ namespace Service::NFC { }; static_assert(sizeof(AdminInfo) == 0x40, "AdminInfo is an invalid size"); -} // namespace Service::NFC \ No newline at end of file +} // namespace Service::NFC