From 9e8bb36008d84c67848062bd2547f67b316a405a Mon Sep 17 00:00:00 2001 From: baldurk Date: Thu, 13 Jul 2017 18:45:25 +0100 Subject: [PATCH] Compile fix - keep headers separate so clang-format doesn't re-sort them --- qrenderdoc/Code/QRDUtils.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/qrenderdoc/Code/QRDUtils.cpp b/qrenderdoc/Code/QRDUtils.cpp index 979c15e8d..414ad26d8 100644 --- a/qrenderdoc/Code/QRDUtils.cpp +++ b/qrenderdoc/Code/QRDUtils.cpp @@ -724,9 +724,10 @@ protected: #if defined(Q_OS_WIN32) -#include #include +#include + typedef LSTATUS(APIENTRY *PFN_RegCreateKeyExA)(HKEY hKey, LPCSTR lpSubKey, DWORD Reserved, LPSTR lpClass, DWORD dwOptions, REGSAM samDesired, CONST LPSECURITY_ATTRIBUTES lpSecurityAttributes,