X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;ds=sidebyside;f=source%2Fgeometry%2Fdummy.cpp;h=ed9c219180a6c702a226129282337c33243bcc8f;hb=68389c29cf88d6522dcfa00b5e2a5166e3947210;hp=cc7e2baf1787d51af94f97c33a67ff73ecd41820;hpb=1e34b120f1229b1390cee67c917829715615ccd0;p=libs%2Fmath.git diff --git a/source/geometry/dummy.cpp b/source/geometry/dummy.cpp index cc7e2ba..ed9c219 100644 --- a/source/geometry/dummy.cpp +++ b/source/geometry/dummy.cpp @@ -4,7 +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"