1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-06-19 18:41:33 +00:00

Merge branch 'missing-sstream-timeconvert' into 'master'

Add missing include

See merge request OpenMW/openmw!2429
This commit is contained in:
Alexei Kotov 2022-09-25 00:27:57 +00:00
commit ad44add658

View file

@ -2,6 +2,7 @@
#define OPENMW_COMPONENTS_MISC_TIMECONVERT_H
#include <chrono>
#include <sstream>
namespace Misc
{