diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2018-12-08 15:04:11 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2018-12-08 15:04:11 +0100 |
commit | d8d47a0bec655b5cab4ed0b0a4cabb5bed68c83f (patch) | |
tree | d5fded28ceabc9ceab7c74618b263970e4cfa8be /tools/source | |
parent | 045f141bfcac40388d04e7ad831f57178d04e080 (diff) |
missing include
Change-Id: Iec673ea13aba85ac8070a639722359f821cc5cdd
Diffstat (limited to 'tools/source')
-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 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 |