diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-06-04 15:14:34 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-06-04 15:14:34 +0300 |
commit | 67f60dd1168117332d50efdd9302425ca429c981 (patch) | |
tree | b55dde9d255d672415a62bbf3d2103c558cbb7f5 /vcl/source/gdi/metaact.cxx | |
parent | c24aa2139f526e000bbf781709f595064e40545e (diff) |
Include <stdio.h> for the sprintf in meta_action_name()
Change-Id: Ice2955533888e400561b3d18e0a59314e0a16d95
Diffstat (limited to 'vcl/source/gdi/metaact.cxx')
-rw-r--r-- | vcl/source/gdi/metaact.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/source/gdi/metaact.cxx b/vcl/source/gdi/metaact.cxx index 30fab31996e0..0158a6d003ba 100644 --- a/vcl/source/gdi/metaact.cxx +++ b/vcl/source/gdi/metaact.cxx @@ -18,6 +18,7 @@ */ #include <algorithm> +#include <stdio.h> #include <string.h> #include <osl/thread.h> #include <tools/stream.hxx> |