IWYU: Add type_traits to nfc_types
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user