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