summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGfx/Forward.h
diff options
context:
space:
mode:
Diffstat (limited to 'Userland/Libraries/LibGfx/Forward.h')
-rw-r--r--Userland/Libraries/LibGfx/Forward.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Userland/Libraries/LibGfx/Forward.h b/Userland/Libraries/LibGfx/Forward.h
index c6b78ee724..72bea7f1cd 100644
--- a/Userland/Libraries/LibGfx/Forward.h
+++ b/Userland/Libraries/LibGfx/Forward.h
@@ -28,6 +28,8 @@ class Path;
class ShareableBitmap;
class StylePainter;
struct SystemTheme;
+
+template<typename T>
class Triangle;
template<typename T>