From f67dc91aa1f00eb2005d8e576c24739df91802ce Mon Sep 17 00:00:00 2001
From: isanae <14251494+isanae@users.noreply.github.com>
Date: Fri, 14 Aug 2020 16:13:24 -0400
Subject: fixed boost bind warnings
---
src/selfupdater.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'src/selfupdater.cpp')
diff --git a/src/selfupdater.cpp b/src/selfupdater.cpp
index 904dbd83..c0f3b005 100644
--- a/src/selfupdater.cpp
+++ b/src/selfupdater.cpp
@@ -56,7 +56,7 @@ along with Mod Organizer. If not, see .
#include
#include
-#include
+#include
#include //for VS_FIXEDFILEINFO, GetLastError
--
cgit v1.3.1