From 60903d3cea70215e56eef7d8b9f98d164b687dc0 Mon Sep 17 00:00:00 2001 From: Soonho Kong Date: Sat, 14 Sep 2013 17:11:37 -0700 Subject: [PATCH] Fix cygwin build which was failed due to snprintf --- src/util/numerics/mpfp.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/util/numerics/mpfp.cpp b/src/util/numerics/mpfp.cpp index a87266b7b..49f54693a 100644 --- a/src/util/numerics/mpfp.cpp +++ b/src/util/numerics/mpfp.cpp @@ -5,6 +5,7 @@ Released under Apache 2.0 license as described in the file LICENSE. Author: Soonho Kong */ #include +#include #include #include "util/numerics/mpfp.h"