diff options
author | Thorsten Behrens <thb@openoffice.org> | 2003-08-20 12:54:18 +0000 |
---|---|---|
committer | Thorsten Behrens <thb@openoffice.org> | 2003-08-20 12:54:18 +0000 |
commit | 1c5bcfdc702c9e8cc66a33935550f5cc136b3ba0 (patch) | |
tree | 58f8688bd39a08bfad307c4d0184c067d54f3afb /basegfx/source | |
parent | 60197d887c613bf246fd48f53a31fdd5ee95e431 (diff) |
Added missing ftools include
Diffstat (limited to 'basegfx/source')
-rw-r--r-- | basegfx/source/inc/hommatrixtemplate.hxx | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/basegfx/source/inc/hommatrixtemplate.hxx b/basegfx/source/inc/hommatrixtemplate.hxx index eb97a17e2ca3..5c7b2d7a9490 100644 --- a/basegfx/source/inc/hommatrixtemplate.hxx +++ b/basegfx/source/inc/hommatrixtemplate.hxx @@ -2,9 +2,9 @@ * * $RCSfile: hommatrixtemplate.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: aw $ $Date: 2003-04-28 12:10:38 $ + * last change: $Author: thb $ $Date: 2003-08-20 13:54:18 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -66,6 +66,10 @@ #include <sal/types.h> #endif +#ifndef _FTOOLS_HXX +#include <ftools.hxx> +#endif + #include <math.h> #include <string.h> |