IWYU: Add type_traits to nfc_types

This commit is contained in:
wheremyfoodat 2023-09-09 15:19:57 +03:00 committed by GitHub
parent 679eb0f7bc
commit e62ce621c4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,6 +5,7 @@
#pragma once
#include <array>
#include <type_traits>
#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
} // namespace Service::NFC