浏览代码

LibWeb: Fix broken #include after moving files around

Andreas Kling 5 年之前
父节点
当前提交
07b06cdc7e
共有 1 个文件被更改,包括 1 次插入1 次删除
  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 {