diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2019-04-30 03:38:46 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2019-04-30 03:38:46 +0200 |
commit | 70e41232d58c0d3a33779bfcb032f76ff42366b5 (patch) | |
tree | 2789e7ecce0b7abda171cdc81a8ca88046af9854 | |
parent | 273a73f19b34a20b26a7eac0a332c71fd34d0276 (diff) |
compat/thread-name: fix typo
Issue: #726
-rw-r--r-- | compat/thread-name.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compat/thread-name.cpp b/compat/thread-name.cpp index f74ac505..a89459d1 100644 --- a/compat/thread-name.cpp +++ b/compat/thread-name.cpp @@ -1,8 +1,8 @@ +#include "thread-name.hpp" #ifdef _WIN32 # ifndef _WIN32_WINNT # define _WIN32_WINNT 0x0501 # endif -# include "thread-name.hpp" # include <QDebug> # include <windows.h> #else |