Skip to content

Commit

Permalink
Implement suggestions (part 2)
Browse files Browse the repository at this point in the history
  • Loading branch information
bluebear94 committed Sep 19, 2024
1 parent e087e17 commit 6faf918
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/framework/global/runtime.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

#include "log.h"

#if defined(Q_OS_LINUX) || defined(Q_OS_FREEBSD) || defined(Q_OS_MACOS)
#if defined(Q_OS_LINUX) || defined(Q_OS_MACOS)
#include <pthread.h>
#endif
#if defined(Q_OS_FREEBSD)
Expand Down

0 comments on commit 6faf918

Please sign in to comment.