X-Git-Url: https://git.ucc.asn.au/?p=ipdf%2Fcode.git;a=blobdiff_plain;f=src%2Fpath.h;h=b303fe7f86b110c98f7946e2991fb00b95c16756;hp=2aa7840450abcba370c0f7e2b48830257e0ee99d;hb=667281b828c8515e995c0000706157cee180fa08;hpb=326f04a375ce3120f7e8957e3d7cd5f296f513e3 diff --git a/src/path.h b/src/path.h index 2aa7840..b303fe7 100644 --- a/src/path.h +++ b/src/path.h @@ -9,14 +9,14 @@ #ifdef TRANSFORM_BEZIERS_TO_PATH #include "gmprat.h" - + #include "paranoidnumber.h" #endif namespace IPDF { #ifdef TRANSFORM_BEZIERS_TO_PATH - typedef Gmprat PReal; + typedef Real PReal; #else typedef Real PReal; #endif