1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-07-04 19:11:35 +00:00

Add missing include

This commit is contained in:
AnyOldName3 2022-09-24 22:11:46 +00:00
parent ebbd4e059e
commit 581b333386

View file

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