Kaydet (Commit) 97bad49f authored tarafından Peter Foley's avatar Peter Foley Kaydeden (comit) Matúš Kukan

Add missing include to avoid compile error on windows

Change-Id: If338b41e416362fc36da25b16f119187a358206c
Reviewed-on: https://gerrit.libreoffice.org/11617Reviewed-by: 's avatarMatúš Kukan <matus.kukan@collabora.com>
Tested-by: 's avatarMatúš Kukan <matus.kukan@collabora.com>
üst 0a32edcd
...@@ -22,6 +22,7 @@ ...@@ -22,6 +22,7 @@
#include <rtl/math.hxx> #include <rtl/math.hxx>
#include <utility> #include <utility>
#include <algorithm>
#include <functional> #include <functional>
#include <vector> #include <vector>
......
...@@ -30,6 +30,7 @@ ...@@ -30,6 +30,7 @@
#include <cppuhelper/implbase4.hxx> #include <cppuhelper/implbase4.hxx>
#include <cppuhelper/propshlp.hxx> #include <cppuhelper/propshlp.hxx>
#include <algorithm>
#include <vector> #include <vector>
namespace chart namespace chart
......
...@@ -28,6 +28,7 @@ ...@@ -28,6 +28,7 @@
#include <vector> #include <vector>
#include <map> #include <map>
#include <list> #include <list>
#include <algorithm>
namespace dbmm namespace dbmm
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment