X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=src%2Fview.h;h=0359565c1d939f7b33a7057189571b9d32adc749;hb=a9883b166454c794e342ccc262ca97e0394af980;hp=1cb2221c0e21fdd59b6be7857f09b9f480faa229;hpb=6b7e92069596a3f19fbe068b14a9c5ef59c22061;p=ipdf%2Fcode.git diff --git a/src/view.h b/src/view.h index 1cb2221..0359565 100644 --- a/src/view.h +++ b/src/view.h @@ -14,12 +14,13 @@ #ifdef TRANSFORM_BEZIERS_TO_PATH #include "gmprat.h" +#include "paranoidnumber.h" #endif namespace IPDF { #ifdef TRANSFORM_BEZIERS_TO_PATH - typedef Gmprat VReal; + typedef ParanoidNumber VReal; #else typedef Real VReal; #endif