diff options
author | Noel Grandin <noel@peralex.com> | 2015-11-10 09:59:10 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-11-10 09:59:10 +0200 |
commit | 41e9197eb67e517c88279a6a2001c6ee927d8317 (patch) | |
tree | f42851245065358442c86f3b945166e2700c747c | |
parent | 73baabfffc34461068df57d1a1851351b17cb8e8 (diff) |
fix build
after my boost::ptr_vector->vector<unique_ptr> conversions
Change-Id: I1141e8ad614a650a274bf41bf3ebad9143c561c0
-rw-r--r-- | chart2/source/view/charttypes/GL3DBarChart.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
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 <windows.h> #endif +#include <memory> #define CALC_POS_EVENT_ID 1 #define SHAPE_START_ID 10 |