X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fgeometry%2Fdummy.cpp;h=ed9c219180a6c702a226129282337c33243bcc8f;hb=68389c29cf88d6522dcfa00b5e2a5166e3947210;hp=885bc5afd6945faa41587d1f630854962cb1bde9;hpb=6ff13022b53830d35283905d562c2ef3af198cc1;p=libs%2Fmath.git diff --git a/source/geometry/dummy.cpp b/source/geometry/dummy.cpp index 885bc5a..ed9c219 100644 --- a/source/geometry/dummy.cpp +++ b/source/geometry/dummy.cpp @@ -4,6 +4,10 @@ #include "circle.h" #include "hyperbox.h" #include "hypersphere.h" +#include "intersection.h" +#include "negation.h" +#include "ray.h" #include "rectangle.h" #include "shape.h" #include "transformedshape.h" +#include "union.h"