From 218c2716632d64c44cc8fea1b92a676a26675ddc Mon Sep 17 00:00:00 2001 From: jzmaddock Date: Mon, 30 Mar 2020 18:40:45 +0100 Subject: [PATCH] Fix missing #include. --- example/constexpr_float_arithmetic_examples.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/example/constexpr_float_arithmetic_examples.cpp b/example/constexpr_float_arithmetic_examples.cpp index 8d7a2d9a..912e62ed 100644 --- a/example/constexpr_float_arithmetic_examples.cpp +++ b/example/constexpr_float_arithmetic_examples.cpp @@ -7,6 +7,7 @@ // section Literal Types and constexpr Support. #include +#include #ifdef BOOST_HAS_FLOAT128 #include