From 60a3bc903460476cffc6888e9f2e6345159d032e Mon Sep 17 00:00:00 2001 From: rubidium Date: Fri, 21 Aug 2009 20:15:17 +0000 Subject: (svn r17247) -Change: move '3rd party' MD5 implementation also to the 3rdparty directory. --- src/fios.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/fios.cpp') diff --git a/src/fios.cpp b/src/fios.cpp index bee76a1d6..7328e884b 100644 --- a/src/fios.cpp +++ b/src/fios.cpp @@ -523,7 +523,7 @@ void FiosGetHeightmapList(SaveLoadDialogMode mode) #if defined(ENABLE_NETWORK) #include "core/smallvec_type.hpp" #include "network/network_content.h" -#include "md5.h" +#include "3rdparty/md5/md5.h" /** Basic data to distinguish a scenario. Used in the server list window */ struct ScenarioIdentifier { -- cgit v1.2.3-54-g00ecf