From 9ac94d393e02c8e725d58affd03b1fd0e0c45552 Mon Sep 17 00:00:00 2001 From: Andreas Kling Date: Thu, 6 Feb 2020 12:04:00 +0100 Subject: LibGfx: Rename from LibDraw :^) --- Games/Minesweeper/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Games/Minesweeper/main.cpp') diff --git a/Games/Minesweeper/main.cpp b/Games/Minesweeper/main.cpp index 657be40720..c159fa9bd1 100644 --- a/Games/Minesweeper/main.cpp +++ b/Games/Minesweeper/main.cpp @@ -26,7 +26,7 @@ #include "Field.h" #include -#include +#include #include #include #include -- cgit v1.2.3