From ae845d2604db169c5178c4f9c58f237354a7ba2d Mon Sep 17 00:00:00 2001 From: Elias Steurer Date: Sun, 22 Jan 2023 16:28:15 +0100 Subject: [PATCH] Add missing include --- ScreenPlayWallpaper/main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/ScreenPlayWallpaper/main.cpp b/ScreenPlayWallpaper/main.cpp index 4747c55b..c1a78244 100644 --- a/ScreenPlayWallpaper/main.cpp +++ b/ScreenPlayWallpaper/main.cpp @@ -6,6 +6,7 @@ #include #include "ScreenPlayUtil/util.h" +#include "ScreenPlayUtil/exitcodes.h" #if defined(Q_OS_WIN) #include "src/winwindow.h"