From 41e9197eb67e517c88279a6a2001c6ee927d8317 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 10 Nov 2015 09:59:10 +0200 Subject: fix build after my boost::ptr_vector->vector conversions Change-Id: I1141e8ad614a650a274bf41bf3ebad9143c561c0 --- chart2/source/view/charttypes/GL3DBarChart.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/chart2/source/view/charttypes/GL3DBarChart.cxx b/chart2/source/view/charttypes/GL3DBarChart.cxx index c8065348d5f7..d5cadc5b2f2c 100644 --- a/chart2/source/view/charttypes/GL3DBarChart.cxx +++ b/chart2/source/view/charttypes/GL3DBarChart.cxx @@ -23,6 +23,7 @@ #ifdef WNT #include #endif +#include #define CALC_POS_EVENT_ID 1 #define SHAPE_START_ID 10 -- cgit