Commit 2adbefe0 authored by Daniel Simon's avatar Daniel Simon
Browse files

Small correction of MultiPrecision.h

parent 31ab602d
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -8,6 +8,9 @@
/*IMPLEMENTATION OF GMP LIBRARY - FLOATING POINT FUNCTIONS*/
/* Source: https://gmplib.org/ */


#ifdef HAVE_GMP

#include <gmp.h>

class MultiPrecision{
@@ -36,3 +39,5 @@ public:

    ~MultiPrecision(); // destructor
};

#endif
 No newline at end of file