summaryrefslogtreecommitdiffhomepage
path: root/compat/thread-name.cpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2019-04-30 03:38:46 +0200
committerStanislaw Halik <sthalik@misaki.pl>2019-04-30 03:38:46 +0200
commit70e41232d58c0d3a33779bfcb032f76ff42366b5 (patch)
tree2789e7ecce0b7abda171cdc81a8ca88046af9854 /compat/thread-name.cpp
parent273a73f19b34a20b26a7eac0a332c71fd34d0276 (diff)
compat/thread-name: fix typo
Issue: #726
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