1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-02-06 18:45:32 +00:00

Add forgoten ctime header

This commit is contained in:
Koncord 2016-08-15 21:35:29 +08:00
parent 8d88381dac
commit b3320c7bb9

View file

@ -5,6 +5,7 @@
#include <cstdarg> #include <cstdarg>
#include <iostream> #include <iostream>
#include <cstring> #include <cstring>
#include <ctime>
#include "Log.hpp" #include "Log.hpp"
using namespace std; using namespace std;