Add common/util.h include to common/algorithm.h for SWAP.

This should fix the compilation with clang++, see bug report
 #2971226 "COMMON: Compile error - SWAP undeclared in algorithm.h".

svn-id: r48307
This commit is contained in:
Johannes Schickel 2010-03-20 12:13:37 +00:00
parent 9015be8165
commit a0f90fd603

View file

@ -27,6 +27,7 @@
#include "common/scummsys.h"
#include "common/func.h"
#include "common/util.h"
namespace Common {