summaryrefslogtreecommitdiff
path: root/src/selfupdater.cpp
diff options
context:
space:
mode:
authorisanae <14251494+isanae@users.noreply.github.com>2020-08-14 16:13:24 -0400
committerisanae <14251494+isanae@users.noreply.github.com>2020-11-03 11:39:07 -0500
commitf67dc91aa1f00eb2005d8e576c24739df91802ce (patch)
tree370bcda230dd1ea2be7bdeeff87af580b20a3bc8 /src/selfupdater.cpp
parent5fc6b0cd142b18ea574381580752ef6647102c9f (diff)
fixed boost bind warnings
Diffstat (limited to 'src/selfupdater.cpp')
-rw-r--r--src/selfupdater.cpp2
1 files changed, 1 insertions, 1 deletions
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 <http://www.gnu.org/licenses/>.
#include <QtDebug>
#include <QtAlgorithms>
-#include <boost/bind.hpp>
+#include <boost/bind/bind.hpp>
#include <Windows.h> //for VS_FIXEDFILEINFO, GetLastError