From 39ab22070e912b328b021731be8e1d983a2124ff Mon Sep 17 00:00:00 2001 From: Vincent Heuken Date: Tue, 25 Jun 2013 17:44:17 -0700 Subject: [PATCH] include mathconstants.h in numerics.cpp --- src/util/numeric.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/util/numeric.cpp b/src/util/numeric.cpp index 0e2772c32..67df4ffba 100644 --- a/src/util/numeric.cpp +++ b/src/util/numeric.cpp @@ -18,6 +18,7 @@ with this program; if not, write to the Free Software Foundation, Inc., */ #include "numeric.h" +#include "mathconstants.h" #include "../log.h" #include "../constants.h" // BS, MAP_BLOCKSIZE -- 2.44.0