diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2019-07-24 10:28:25 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2019-07-24 11:15:28 +0200 |
commit | a51b5840dc2805a2452137f8ce9db98cd4838299 (patch) | |
tree | e2c3587a613475f497ebf0f04b72a7ec9e0f386b /vcl | |
parent | 4a66c7eda6ccde26a42c4e31725248c59940255d (diff) |
Missing include
(std::malloc, std::realloc)
Change-Id: I0861b99adb841a323ceeeaf56b964ab7d669b48a
Reviewed-on: https://gerrit.libreoffice.org/76217
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/source/filter/igif/decode.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/source/filter/igif/decode.cxx b/vcl/source/filter/igif/decode.cxx index 3aeed0d76560..7a2af0f7916e 100644 --- a/vcl/source/filter/igif/decode.cxx +++ b/vcl/source/filter/igif/decode.cxx @@ -19,6 +19,7 @@ #include "decode.hxx" +#include <cstdlib> #include <cstring> struct GIFLZWTableEntry |