From 2f54e62c23939561c47a969ddaa68bca90fc064c Mon Sep 17 00:00:00 2001 From: Chris Marsh Date: Fri, 10 Nov 2017 13:14:00 -0800 Subject: [PATCH] fix include order --- src/discord_register_win.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/discord_register_win.cpp b/src/discord_register_win.cpp index 34f2483..7f05e38 100644 --- a/src/discord_register_win.cpp +++ b/src/discord_register_win.cpp @@ -5,9 +5,9 @@ #define NOMCX #define NOSERVICE #define NOIME +#include #include #include -#include #pragma comment(lib, "Psapi.lib") void Discord_RegisterW(const wchar_t* applicationId, const wchar_t* command)