X-Git-Url: https://git.ucc.asn.au/?p=ipdf%2Fcode.git;a=blobdiff_plain;f=src%2Fpath.h;h=06aff7aa0629781cacc9a44dfe3494c1e7433137;hp=85213c534e5e0ff464072328c07f81dbddc097a5;hb=f3452f32fba45b1f317e4a6a1906d16068ce3bdf;hpb=e08b7671a4592481aa73d68b30b7bd1d96e75002 diff --git a/src/path.h b/src/path.h index 85213c5..06aff7a 100644 --- a/src/path.h +++ b/src/path.h @@ -9,14 +9,13 @@ #ifdef TRANSFORM_BEZIERS_TO_PATH #include "gmprat.h" - + #include "paranoidnumber.h" #endif namespace IPDF { #ifdef TRANSFORM_BEZIERS_TO_PATH - #pragma message "Path using Gmprat for bounds" typedef Gmprat PReal; #else typedef Real PReal;