Skip to content

Commit

Permalink
ScreenSaver: Add missing include
Browse files Browse the repository at this point in the history
  • Loading branch information
fwcd committed Jan 27, 2024
1 parent 2be83c8 commit 33508c7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/util/screensaver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ With the help of the following source codes:

#include <QDebug>

#include "util/assert.h"

#if defined(Q_OS_MACOS)
# include "util/mac.h"
#elif defined(_WIN32)
Expand Down

0 comments on commit 33508c7

Please sign in to comment.