summaryrefslogtreecommitdiff
path: root/tools/source/generic/fract.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2018-12-08 15:04:11 +0100
committerStephan Bergmann <sbergman@redhat.com>2018-12-08 15:04:11 +0100
commitd8d47a0bec655b5cab4ed0b0a4cabb5bed68c83f (patch)
treed5fded28ceabc9ceab7c74618b263970e4cfa8be /tools/source/generic/fract.cxx
parent045f141bfcac40388d04e7ad831f57178d04e080 (diff)
missing include
Change-Id: Iec673ea13aba85ac8070a639722359f821cc5cdd
Diffstat (limited to 'tools/source/generic/fract.cxx')
-rw-r--r--tools/source/generic/fract.cxx1
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