mirror of
https://github.com/zebrajr/ladybird.git
synced 2025-12-06 00:19:53 +01:00
LibGfx: Use correct include path for SkImage.h
Fixes our flatpak builds.
This commit is contained in:
parent
5294559f7b
commit
86725de23d
|
|
@ -20,12 +20,12 @@
|
|||
#include <LibGfx/SkiaUtils.h>
|
||||
|
||||
#include <core/SkCanvas.h>
|
||||
#include <core/SkImage.h>
|
||||
#include <core/SkPath.h>
|
||||
#include <core/SkPathEffect.h>
|
||||
#include <effects/SkBlurMaskFilter.h>
|
||||
#include <effects/SkDashPathEffect.h>
|
||||
#include <effects/SkGradientShader.h>
|
||||
#include <include/core/SkImage.h>
|
||||
|
||||
namespace Gfx {
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user