summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Sherlock <chris.sherlock79@gmail.com>2014-04-22 03:46:16 +1000
committerChris Sherlock <chris.sherlock79@gmail.com>2014-04-22 03:46:16 +1000
commitd6da95cc26c588c9cef33b61049557cb1ab8a153 (patch)
tree57e1fc357554a52a901f8d761a372f63d2928cb1
parent2fed8934575662d20d72facb0cccc429b830fb44 (diff)
Include tools/helpers.hxx to allow the use of FRound in outdev/rect.cxx
Change-Id: I1691c4fa5dee3d9cbabc939682a39c4c7befdd4c
-rw-r--r--vcl/source/outdev/rect.cxx1
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>