[Libreoffice-commits] core.git: chart2/source
Noel Grandin
noel at peralex.com
Tue Nov 10 00:00:21 PST 2015
chart2/source/view/charttypes/GL3DBarChart.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 41e9197eb67e517c88279a6a2001c6ee927d8317
Author: Noel Grandin <noel at peralex.com>
Date: Tue Nov 10 09:59:10 2015 +0200
fix build
after my boost::ptr_vector->vector<unique_ptr> conversions
Change-Id: I1141e8ad614a650a274bf41bf3ebad9143c561c0
diff --git a/chart2/source/view/charttypes/GL3DBarChart.cxx b/chart2/source/view/charttypes/GL3DBarChart.cxx
index c806534..d5cadc5 100644
--- a/chart2/source/view/charttypes/GL3DBarChart.cxx
+++ b/chart2/source/view/charttypes/GL3DBarChart.cxx
@@ -23,6 +23,7 @@
#ifdef WNT
#include <windows.h>
#endif
+#include <memory>
#define CALC_POS_EVENT_ID 1
#define SHAPE_START_ID 10
More information about the Libreoffice-commits
mailing list