Fix cygwin build which was failed due to snprintf

This commit is contained in:
Soonho Kong 2013-09-14 17:11:37 -07:00
parent b2deee629e
commit 60903d3cea

View file

@ -5,6 +5,7 @@ Released under Apache 2.0 license as described in the file LICENSE.
Author: Soonho Kong Author: Soonho Kong
*/ */
#include <cmath> #include <cmath>
#include <cstdio>
#include <string> #include <string>
#include "util/numerics/mpfp.h" #include "util/numerics/mpfp.h"