1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 11:37:34 +00:00

LibDiff: Add a forwarding header

This commit is contained in:
Shannon Booth 2023-07-06 20:41:32 +12:00 committed by Andreas Kling
parent 84b187e375
commit 696c92882a
3 changed files with 18 additions and 1 deletions

View file

@ -9,7 +9,7 @@
#include <AK/Error.h>
#include <AK/Forward.h>
#include <LibDiff/Hunks.h>
#include <LibDiff/Forward.h>
namespace Diff {