summaryrefslogtreecommitdiff
path: root/Libraries/LibGUI/GLabel.h
diff options
context:
space:
mode:
Diffstat (limited to 'Libraries/LibGUI/GLabel.h')
-rw-r--r--Libraries/LibGUI/GLabel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Libraries/LibGUI/GLabel.h b/Libraries/LibGUI/GLabel.h
index 101642bb22..ba6aa4bc83 100644
--- a/Libraries/LibGUI/GLabel.h
+++ b/Libraries/LibGUI/GLabel.h
@@ -26,7 +26,7 @@
#pragma once
-#include <LibDraw/TextAlignment.h>
+#include <LibGfx/TextAlignment.h>
#include <LibGUI/GFrame.h>
namespace Gfx {