Include common/endian.h for SWAP_BYTES_32. Should fix compile on BE systems.

svn-id: r45190
This commit is contained in:
Matthew Hoops 2009-10-17 15:28:15 +00:00
parent b32cf088e2
commit 0559d1e3ca

View File

@ -30,6 +30,7 @@
#include "sci/gfx/gfx_system.h"
#include "sci/gfx/gfx_tools.h"
#include "common/endian.h"
#include "graphics/primitives.h"
namespace Sci {