diff options
author | Chris Sherlock <chris.sherlock79@gmail.com> | 2014-04-22 03:46:16 +1000 |
---|---|---|
committer | Chris Sherlock <chris.sherlock79@gmail.com> | 2014-04-22 03:46:16 +1000 |
commit | d6da95cc26c588c9cef33b61049557cb1ab8a153 (patch) | |
tree | 57e1fc357554a52a901f8d761a372f63d2928cb1 /vcl | |
parent | 2fed8934575662d20d72facb0cccc429b830fb44 (diff) |
Include tools/helpers.hxx to allow the use of FRound in outdev/rect.cxx
Change-Id: I1691c4fa5dee3d9cbabc939682a39c4c7befdd4c
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/source/outdev/rect.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/source/outdev/rect.cxx b/vcl/source/outdev/rect.cxx index 6977b79c885b..34abf0a2e2ca 100644 --- a/vcl/source/outdev/rect.cxx +++ b/vcl/source/outdev/rect.cxx @@ -18,6 +18,7 @@ */ #include <tools/poly.hxx> +#include <tools/helpers.hxx> #include <vcl/virdev.hxx> #include <vcl/outdev.hxx> |