diff options
author | Kohei Yoshida <kohei.yoshida@collabora.com> | 2014-11-17 09:37:03 -0500 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@gmail.com> | 2014-11-17 16:38:02 -0500 |
commit | 2dff8ff29583526920e017fc86b5e2a51b4d6c30 (patch) | |
tree | c27de9eb538553b2ffb2d1a7a6e3a86ee973d106 /tools | |
parent | 6d7282fa8a2c6075ae838aaababe47a1e6513d74 (diff) |
Build fix on Linux.
Change-Id: Iea96991a3bef08c17a8a0cbc347408dadc0061af
Diffstat (limited to 'tools')
-rw-r--r-- | tools/source/generic/fract.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/source/generic/fract.cxx b/tools/source/generic/fract.cxx index 7f7ab6ff9694..2c48502a156c 100644 --- a/tools/source/generic/fract.cxx +++ b/tools/source/generic/fract.cxx @@ -22,6 +22,7 @@ #include <tools/lineend.hxx> #include <tools/stream.hxx> #include <rtl/ustring.hxx> +#include <osl/diagnose.h> #include <limits.h> #include <algorithm> |