Commit a5305c42 authored by Daniel Simon's avatar Daniel Simon
Browse files

File MultiPrecision.h modified - included gmp.h wrapped by #ifdef HAVE_GMP.

parent 2adbefe0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,6 +13,8 @@

#include <gmp.h>

#endif

class MultiPrecision{
public:
    mpf_t number; // number
@@ -39,5 +41,3 @@ public:

    ~MultiPrecision(); // destructor
};

#endif
 No newline at end of file