[Libreoffice-commits] core.git: comphelper/source
Caolán McNamara
caolanm at redhat.com
Tue Jan 6 07:39:29 PST 2015
comphelper/source/misc/random.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit dc5ae421c31ab5bd5641259eb95b3365f78b3495
Author: Caolán McNamara <caolanm at redhat.com>
Date: Tue Jan 6 15:33:18 2015 +0000
include time.h for time
Change-Id: Id2fbc93fb99cd97473298e127dd5a3d82f22e438
diff --git a/comphelper/source/misc/random.cxx b/comphelper/source/misc/random.cxx
index 4a96b59..ea6c6a1 100644
--- a/comphelper/source/misc/random.cxx
+++ b/comphelper/source/misc/random.cxx
@@ -13,6 +13,7 @@
#include <comphelper/random.hxx>
#include <rtl/instance.hxx>
#include <assert.h>
+#include <time.h>
#include <random>
// this is nothing but a simple wrapper around
More information about the Libreoffice-commits
mailing list