fix includes of glib headers in C++

see https://github.com/libvips/libvips/issues/1987
This commit is contained in:
John Cupitt 2021-02-09 16:21:56 +00:00
parent e1f22095a0
commit b30a90e3bc
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@
- revise ppmload, fixing a couple of small bugs
- signal error on EOF in jpegload more reliably [bozaro]
- better error detection in spngload [randy408]
- fix includes of glib headers in C++ [lovell]
18/12/20 started 8.10.5
- fix potential /0 in animated webp load [lovell]