summaryrefslogtreecommitdiff
path: root/src/md5.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2007-12-25 13:28:09 +0000
committerrubidium <rubidium@openttd.org>2007-12-25 13:28:09 +0000
commitb3f6c0734b2eba2ab6271ea0fbf669a526a33e3c (patch)
treec1450dea7c233ea47c2c3cc45df7e9e2cc64c928 /src/md5.cpp
parent429521a7d1f549ba3f9a287885c42f400f5e960f (diff)
downloadopenttd-b3f6c0734b2eba2ab6271ea0fbf669a526a33e3c.tar.xz
(svn r11694) -Codechange: move more endianness related stuff to endian_func.hpp.
Diffstat (limited to 'src/md5.cpp')
-rw-r--r--src/md5.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/md5.cpp b/src/md5.cpp
index 55f9f8240..6dd8964b9 100644
--- a/src/md5.cpp
+++ b/src/md5.cpp
@@ -56,6 +56,7 @@
*/
#include "stdafx.h"
+#include "core/endian_func.hpp"
#include "md5.h"
#include <string.h>