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>