Browse Source

LibWeb: Fix broken #include after moving files around

Andreas Kling 5 years ago
parent
commit
07b06cdc7e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Libraries/LibWeb/Painting/StackingContext.cpp

+ 1 - 1
Libraries/LibWeb/Painting/StackingContext.cpp

@@ -28,7 +28,7 @@
 #include <LibWeb/DOM/Node.h>
 #include <LibWeb/Layout/LayoutBox.h>
 #include <LibWeb/Layout/LayoutDocument.h>
-#include <LibWeb/Layout/StackingContext.h>
+#include <LibWeb/Painting/StackingContext.h>
 
 namespace Web {