Add missing include

This commit is contained in:
Eduardo Bart 2017-11-14 13:59:08 -02:00
parent 8bbc8c09a5
commit 2095951e07
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@
#include "time.h" #include "time.h"
#include <chrono> #include <chrono>
#include <ctime>
#include <thread> #include <thread>
namespace stdext { namespace stdext {