[Libreoffice-commits] core.git: vcl/source

Chris Sherlock chris.sherlock79 at gmail.com
Mon Apr 21 10:50:37 PDT 2014


 vcl/source/outdev/rect.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit d6da95cc26c588c9cef33b61049557cb1ab8a153
Author: Chris Sherlock <chris.sherlock79 at gmail.com>
Date:   Tue Apr 22 03:46:16 2014 +1000

    Include tools/helpers.hxx to allow the use of FRound in outdev/rect.cxx
    
    Change-Id: I1691c4fa5dee3d9cbabc939682a39c4c7befdd4c

diff --git a/vcl/source/outdev/rect.cxx b/vcl/source/outdev/rect.cxx
index 6977b79..34abf0a 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>


More information about the Libreoffice-commits mailing list