From 0bd93f5c3741fa040450e8cd941871b2a35934bc Mon Sep 17 00:00:00 2001 From: rubidium Date: Tue, 25 Dec 2007 14:08:56 +0000 Subject: (svn r11697) -Fix [FS#1585]: strgen did not (always) compile properly. --- src/strgen/strgen.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/strgen') diff --git a/src/strgen/strgen.cpp b/src/strgen/strgen.cpp index f981e7cd8..b5d6208d2 100644 --- a/src/strgen/strgen.cpp +++ b/src/strgen/strgen.cpp @@ -4,6 +4,7 @@ #include "../string.h" #include "../table/control_codes.h" #include "../core/alloc_func.hpp" +#include "../core/endian_func.hpp" #include #include #include -- cgit v1.2.3-54-g00ecf