summaryrefslogtreecommitdiff
path: root/src/screenshot.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
commit851f19b341bd182c3f531ffe852963abb4b1737a (patch)
treec1450dea7c233ea47c2c3cc45df7e9e2cc64c928 /src/screenshot.cpp
parent81bf9f8503c52974c232252a20d1b1528be66d58 (diff)
downloadopenttd-851f19b341bd182c3f531ffe852963abb4b1737a.tar.xz
(svn r11694) -Codechange: move more endianness related stuff to endian_func.hpp.
Diffstat (limited to 'src/screenshot.cpp')
-rw-r--r--src/screenshot.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/screenshot.cpp b/src/screenshot.cpp
index 98e95ab23..d81135a18 100644
--- a/src/screenshot.cpp
+++ b/src/screenshot.cpp
@@ -16,6 +16,7 @@
#include "strings_func.h"
#include "zoom_func.h"
#include "core/alloc_func.hpp"
+#include "core/endian_func.hpp"
char _screenshot_format_name[8];
uint _num_screenshot_formats;