From 70e41232d58c0d3a33779bfcb032f76ff42366b5 Mon Sep 17 00:00:00 2001
From: Stanislaw Halik <sthalik@misaki.pl>
Date: Tue, 30 Apr 2019 03:38:46 +0200
Subject: compat/thread-name: fix typo

Issue: #726
---
 compat/thread-name.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
-- 
cgit v1.2.3