mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 21:10:04 +00:00
Fixes for gcc13
This commit is contained in:
parent
d8eb96b624
commit
aa0bcd432e
4 changed files with 12 additions and 6 deletions
|
|
@ -1,5 +1,6 @@
|
|||
#pragma once
|
||||
|
||||
#include <cstdint>
|
||||
#include <string>
|
||||
|
||||
namespace scwx
|
||||
|
|
@ -7,7 +8,7 @@ namespace scwx
|
|||
namespace common
|
||||
{
|
||||
|
||||
std::string GetVcpDescription(uint16_t vcp);
|
||||
std::string GetVcpDescription(std::uint16_t vcp);
|
||||
|
||||
} // namespace common
|
||||
} // namespace scwx
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
#pragma once
|
||||
|
||||
#include <cstdint>
|
||||
#include <istream>
|
||||
#include <vector>
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
#pragma once
|
||||
|
||||
#include <cstdint>
|
||||
#include <optional>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue