Update wide_integer_impl.h

This commit is contained in:
alexey-milovidov 2020-12-20 09:46:43 +03:00 committed by GitHub
parent 0d7e27d93f
commit 55ed2ab563
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,9 +5,11 @@
/// (See at http://www.boost.org/LICENSE_1_0.txt)
#include "throwError.h"
#include <cmath>
#include <cfloat>
#include <limits>
#include <cassert>
#include <limits>
namespace wide
{