diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-01-06 15:33:18 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-01-06 15:33:18 +0000 |
commit | dc5ae421c31ab5bd5641259eb95b3365f78b3495 (patch) | |
tree | 5c247f58c24814e15ac5cf09e507ef0d1b27189a /comphelper | |
parent | 18ad91eec1a1c23d676355d1270fe4b7b503d262 (diff) |
include time.h for time
Change-Id: Id2fbc93fb99cd97473298e127dd5a3d82f22e438
Diffstat (limited to 'comphelper')
-rw-r--r-- | comphelper/source/misc/random.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
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 <comphelper/random.hxx> #include <rtl/instance.hxx> #include <assert.h> +#include <time.h> #include <random> // this is nothing but a simple wrapper around |