diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-06-01 20:10:16 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-06-01 20:10:16 +0100 |
commit | 6e8e30fe08e367f13d241d88c5915a6017fd95f7 (patch) | |
tree | 3b79486def62664bf24cb94e3a92afeb1d1084d5 /vcl/unx/headless | |
parent | bbf267835f5619ba4d65e12e49327ef11300d182 (diff) |
apparently missing include
Diffstat (limited to 'vcl/unx/headless')
-rw-r--r-- | vcl/unx/headless/svptext.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/unx/headless/svptext.cxx b/vcl/unx/headless/svptext.cxx index aacceed3c080..19ae5a781877 100644 --- a/vcl/unx/headless/svptext.cxx +++ b/vcl/unx/headless/svptext.cxx @@ -41,6 +41,7 @@ #include <outfont.hxx> #include <glyphcache.hxx> #include <impfont.hxx> +#include <rtl/instance.hxx> #include "svpgdi.hxx" #include "svpbmp.hxx" |