From dc5ae421c31ab5bd5641259eb95b3365f78b3495 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Tue, 6 Jan 2015 15:33:18 +0000 Subject: include time.h for time Change-Id: Id2fbc93fb99cd97473298e127dd5a3d82f22e438 --- comphelper/source/misc/random.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'comphelper/source') diff --git a/comphelper/source/misc/random.cxx b/comphelper/source/misc/random.cxx index 4a96b59672f8..ea6c6a1d603a 100644 --- a/comphelper/source/misc/random.cxx +++ b/comphelper/source/misc/random.cxx @@ -13,6 +13,7 @@ #include #include #include +#include #include // this is nothing but a simple wrapper around -- cgit