[Libreoffice-commits] core.git: tools/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Sat Dec 8 14:04:39 UTC 2018


 tools/source/generic/fract.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit d8d47a0bec655b5cab4ed0b0a4cabb5bed68c83f
Author:     Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Sat Dec 8 15:04:11 2018 +0100
Commit:     Stephan Bergmann <sbergman at redhat.com>
CommitDate: Sat Dec 8 15:04:11 2018 +0100

    missing include
    
    Change-Id: Iec673ea13aba85ac8070a639722359f821cc5cdd

diff --git a/tools/source/generic/fract.cxx b/tools/source/generic/fract.cxx
index b9334941bc89..365bf57dc818 100644
--- a/tools/source/generic/fract.cxx
+++ b/tools/source/generic/fract.cxx
@@ -30,6 +30,7 @@
 #include <algorithm>
 #include <cmath>
 
+#include <boost/version.hpp>
 #if BOOST_VERSION >= 106700
 #include <boost/integer/common_factor_rt.hpp>
 #else


More information about the Libreoffice-commits mailing list