Fix the stringconverter
This commit is contained in:
@ -1,5 +1,6 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
#include <string>
|
#include <string>
|
||||||
|
#include <cstdint>
|
||||||
namespace Tesses::Framework::Text::StringConverter {
|
namespace Tesses::Framework::Text::StringConverter {
|
||||||
class UTF8 {
|
class UTF8 {
|
||||||
public:
|
public:
|
||||||
|
|||||||
Reference in New Issue
Block a user