summaryrefslogtreecommitdiff
path: root/Libraries/LibGUI/Forward.h
diff options
context:
space:
mode:
Diffstat (limited to 'Libraries/LibGUI/Forward.h')
-rw-r--r--Libraries/LibGUI/Forward.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Libraries/LibGUI/Forward.h b/Libraries/LibGUI/Forward.h
index ac597af912..209760d0e1 100644
--- a/Libraries/LibGUI/Forward.h
+++ b/Libraries/LibGUI/Forward.h
@@ -92,4 +92,6 @@ class Widget;
class Window;
class WindowServerConnection;
+enum class SortOrder;
+
}