[Libreoffice-commits] core.git: vcl/source

Stephan Bergmann (via logerrit) logerrit at kemper.freedesktop.org
Wed Jul 24 09:16:31 UTC 2019


 vcl/source/filter/igif/decode.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit a51b5840dc2805a2452137f8ce9db98cd4838299
Author:     Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Wed Jul 24 10:28:25 2019 +0200
Commit:     Stephan Bergmann <sbergman at redhat.com>
CommitDate: Wed Jul 24 11:15:28 2019 +0200

    Missing include
    
    (std::malloc, std::realloc)
    
    Change-Id: I0861b99adb841a323ceeeaf56b964ab7d669b48a
    Reviewed-on: https://gerrit.libreoffice.org/76217
    Tested-by: Jenkins
    Reviewed-by: Stephan Bergmann <sbergman at redhat.com>

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


More information about the Libreoffice-commits mailing list