diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2011-12-14 03:37:55 +0100 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2011-12-14 03:37:55 +0100 |
commit | 514af8a31fde244e750b3af80cc23025eb5be99e (patch) | |
tree | 266a541785f0b0e1ee17f0decee6c80b3fa1b0c0 /chart2 | |
parent | 15fd1375d3321f764cf73efa938c7ed195d7a369 (diff) |
missing include limits
Diffstat (limited to 'chart2')
-rw-r--r-- | chart2/source/view/axes/ScaleAutomatism.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chart2/source/view/axes/ScaleAutomatism.cxx b/chart2/source/view/axes/ScaleAutomatism.cxx index ba10366aa5c9..896caf976eee 100644 --- a/chart2/source/view/axes/ScaleAutomatism.cxx +++ b/chart2/source/view/axes/ScaleAutomatism.cxx @@ -36,6 +36,7 @@ #include <rtl/math.hxx> #include <tools/debug.hxx> +#include <limits> //............................................................................. namespace chart |