diff options
author | Kohei Yoshida <kyoshida@novell.com> | 2011-02-11 16:23:37 -0500 |
---|---|---|
committer | Kohei Yoshida <kyoshida@novell.com> | 2011-02-11 16:23:37 -0500 |
commit | ef0fcadc9b1a719b78e624199ea71bd5c3417dae (patch) | |
tree | d94fa8dc5097e52b671e55b397ea186f8abf9407 /chart2/source/tools/InternalData.cxx | |
parent | fb9b8549fb82c54da78e3be5fa180184258286a0 (diff) |
Get chart2 to build under windows.
There are still quite a few warnings here though.
Diffstat (limited to 'chart2/source/tools/InternalData.cxx')
-rw-r--r-- | chart2/source/tools/InternalData.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chart2/source/tools/InternalData.cxx b/chart2/source/tools/InternalData.cxx index 57c7195a5a59..51d2d4cb0812 100644 --- a/chart2/source/tools/InternalData.cxx +++ b/chart2/source/tools/InternalData.cxx @@ -35,6 +35,7 @@ #include "macros.hxx" #include <rtl/math.hxx> +#include <algorithm> using ::com::sun::star::uno::Sequence; using ::rtl::OUString; |