Fix wasm
This commit is contained in:
@ -317,7 +317,7 @@ namespace Tesses::Framework::Date
|
|||||||
}
|
}
|
||||||
void DateTime::SetYear(int y)
|
void DateTime::SetYear(int y)
|
||||||
{
|
{
|
||||||
this->year = year;
|
this->year = y;
|
||||||
}
|
}
|
||||||
void DateTime::SetMonth(int m)
|
void DateTime::SetMonth(int m)
|
||||||
{
|
{
|
||||||
@ -717,4 +717,4 @@ namespace Tesses::Framework::Date
|
|||||||
}
|
}
|
||||||
return text;
|
return text;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -2,6 +2,7 @@
|
|||||||
#include "TessesFramework/Filesystem/VFS.hpp"
|
#include "TessesFramework/Filesystem/VFS.hpp"
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
|
#include <sstream>
|
||||||
using VFSPath = Tesses::Framework::Filesystem::VFSPath;
|
using VFSPath = Tesses::Framework::Filesystem::VFSPath;
|
||||||
namespace Tesses::Framework::Http {
|
namespace Tesses::Framework::Http {
|
||||||
|
|
||||||
@ -819,4 +820,4 @@ namespace Tesses::Framework::Http {
|
|||||||
return val == "true" || val == "on";
|
return val == "true" || val == "on";
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user