diff options
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> |