summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-04-16 00:54:45 +0300
committerTor Lillqvist <tml@collabora.com>2014-04-16 00:54:45 +0300
commita2212cefc1a4a380f2cb72fe620f046b947e1dab (patch)
tree0327ef5ef22d481b4795a1f24e12bfcea2db377f /vcl
parenta99f5e37ec9cd95b1816799f04327755d1b8bd3b (diff)
WaE: Unreferenced function definition [loplugin:unreffun]
Change-Id: Ia6946179a5567fdf1a980113d2efe77d4e87af50
Diffstat (limited to 'vcl')
-rw-r--r--vcl/source/outdev/bezier.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/source/outdev/bezier.cxx b/vcl/source/outdev/bezier.cxx
index 2736c4db43d8..f60eb57d6139 100644
--- a/vcl/source/outdev/bezier.cxx
+++ b/vcl/source/outdev/bezier.cxx
@@ -17,6 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
+#include <vcl/outdev.hxx>
#include <tools/poly.hxx>
Polygon ImplSubdivideBezier( const Polygon& rPoly )