From f4837d2b09320da18b774aa0d3834cbee44523cc Mon Sep 17 00:00:00 2001 From: dimxy Date: Tue, 30 Apr 2019 18:27:26 +0500 Subject: [PATCH] changed to gmp.h --- src/cc/prices.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/cc/prices.cpp b/src/cc/prices.cpp index 3a14bf440..56911144f 100644 --- a/src/cc/prices.cpp +++ b/src/cc/prices.cpp @@ -16,7 +16,8 @@ #include "CCassets.h" #include "CCPrices.h" -#include "mini-gmp.h" +//#include "mini-gmp.h" +#include #define IS_CHARINSTR(c, str) (std::string(str).find((char)(c)) != std::string::npos)