diff options
author | Szymon Kłos <szymon.klos@collabora.com> | 2017-12-08 22:27:43 +0100 |
---|---|---|
committer | Szymon Kłos <szymon.klos@collabora.com> | 2017-12-08 22:39:57 +0100 |
commit | df802d0c1b0d255bc88eac279cb8a72d7570ec3a (patch) | |
tree | 5112a5f6fa0f820c5250a458d0baa2d7cdcacd47 /include | |
parent | 4d850442a04b63e4ed92dcd431c8620ce12010c2 (diff) |
Build fix
Change-Id: I33db5c70b579aa65c9659e9ddddad77a5ec12ecc
Reviewed-on: https://gerrit.libreoffice.org/46127
Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>
Tested-by: Szymon Kłos <szymon.klos@collabora.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/vcl/cursor.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/vcl/cursor.hxx b/include/vcl/cursor.hxx index be6dd45c56c4..725724ee8024 100644 --- a/include/vcl/cursor.hxx +++ b/include/vcl/cursor.hxx @@ -24,6 +24,7 @@ #include <tools/link.hxx> #include <vcl/dllapi.h> #include <vcl/vclptr.hxx> +#include <rtl/ustring.hxx> class Timer; struct ImplCursorData; |