1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 20:17:44 +00:00

LibGfx: Include Vector.h in PNGLoader.cpp

This was being transitively included from Deflate.h on SerenityOS builds
but not on Lagom builds.
This commit is contained in:
Timothy Flynn 2021-11-11 07:30:37 -05:00 committed by Linus Groh
parent 2bd0ef0c76
commit 7cc50d614c

View file

@ -6,6 +6,7 @@
#include <AK/Debug.h>
#include <AK/Endian.h>
#include <AK/Vector.h>
#include <LibCompress/Zlib.h>
#include <LibGfx/PNGLoader.h>
#include <fcntl.h>