From 2095951e07a13305ad3b62273044b3abe8372bd6 Mon Sep 17 00:00:00 2001 From: Eduardo Bart Date: Tue, 14 Nov 2017 13:59:08 -0200 Subject: [PATCH] Add missing include --- src/framework/stdext/time.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/framework/stdext/time.cpp b/src/framework/stdext/time.cpp index f1fcd4ee..f6e96aaf 100644 --- a/src/framework/stdext/time.cpp +++ b/src/framework/stdext/time.cpp @@ -22,6 +22,7 @@ #include "time.h" #include +#include #include namespace stdext {