diff options
Diffstat (limited to 'include/tools/b3dtrans.hxx')
-rw-r--r-- | include/tools/b3dtrans.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/tools/b3dtrans.hxx b/include/tools/b3dtrans.hxx index 181f43ca7bce..e42c7efbb76a 100644 --- a/include/tools/b3dtrans.hxx +++ b/include/tools/b3dtrans.hxx @@ -23,10 +23,10 @@ #define ZBUFFER_DEPTH_RANGE (double(256L * 256L * 256L)) #include <basegfx/matrix/b3dhommatrix.hxx> -#include <basegfx/range/b3drange.hxx> #include <tools/gen.hxx> #include <basegfx/matrix/b2dhommatrix.hxx> -#include <basegfx/point/b2dpoint.hxx> +#include <basegfx/point/b3dpoint.hxx> +#include <basegfx/vector/b3dvector.hxx> #include <tools/toolsdllapi.h> /// Transformation sets for 3D output |