From 57cd494c9045d86d8337087be099c0a2e10beb23 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Mon, 3 Sep 2018 13:50:51 +0200 Subject: Missing include Change-Id: Ib04de3f3f143cfa8a0c9d6171e329655d96527eb --- tools/source/datetime/ttime.cxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tools') diff --git a/tools/source/datetime/ttime.cxx b/tools/source/datetime/ttime.cxx index e4a6afd50048..5a677b9b0dbf 100644 --- a/tools/source/datetime/ttime.cxx +++ b/tools/source/datetime/ttime.cxx @@ -19,6 +19,8 @@ #include +#include + #if defined(_WIN32) #if !defined WIN32_LEAN_AND_MEAN # define WIN32_LEAN_AND_MEAN -- cgit