X-Git-Url: https://git.ucc.asn.au/?p=ipdf%2Fcode.git;a=blobdiff_plain;f=src%2Fbezier.cpp;h=daa07360079ea818ca7050dc144b0adbbf87eb65;hp=3c682a63232dc44e9919da28f70b2ba0f1a56e2b;hb=58a6719da2337b3e6e20b581885f170bbe5fc480;hpb=2d12d37f1657d6aef9bb80d735b6c7022aecba6e diff --git a/src/bezier.cpp b/src/bezier.cpp index 3c682a6..daa0736 100644 --- a/src/bezier.cpp +++ b/src/bezier.cpp @@ -4,6 +4,8 @@ #include #include + + using namespace std; namespace IPDF @@ -424,3 +426,4 @@ Rect Bezier::SolveBounds() const } } // end namespace +