diff options
-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 |