mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-07 06:35:40 +12:00
IWYU: Add type_traits to nfc_types
This commit is contained in:
parent
679eb0f7bc
commit
e62ce621c4
1 changed files with 2 additions and 1 deletions
|
@ -5,6 +5,7 @@
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include <array>
|
#include <array>
|
||||||
|
#include <type_traits>
|
||||||
|
|
||||||
#include "helpers.hpp"
|
#include "helpers.hpp"
|
||||||
#include "swap.hpp"
|
#include "swap.hpp"
|
||||||
|
@ -408,4 +409,4 @@ namespace Service::NFC {
|
||||||
};
|
};
|
||||||
static_assert(sizeof(AdminInfo) == 0x40, "AdminInfo is an invalid size");
|
static_assert(sizeof(AdminInfo) == 0x40, "AdminInfo is an invalid size");
|
||||||
|
|
||||||
} // namespace Service::NFC
|
} // namespace Service::NFC
|
||||||
|
|
Loading…
Add table
Reference in a new issue