summaryrefslogtreecommitdiffhomepage
path: root/compat/thread-name.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'compat/thread-name.cpp')
-rw-r--r--compat/thread-name.cpp2
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