From 00debd2f613be8d3e526b7f042b79394de437da5 Mon Sep 17 00:00:00 2001 From: dimxy Date: Tue, 30 Apr 2019 12:40:20 +0500 Subject: [PATCH] try include mini-gmp.c --- src/cc/prices.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/cc/prices.cpp b/src/cc/prices.cpp index 36214c735..a67f4b17f 100644 --- a/src/cc/prices.cpp +++ b/src/cc/prices.cpp @@ -18,6 +18,8 @@ #include "mini-gmp.h" +#include "mini-gmp.c" + #define IS_CHARINSTR(c, str) (std::string(str).find((char)(c)) != std::string::npos) typedef struct BetInfo {