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:
parent
9015be8165
commit
a0f90fd603
1 changed files with 1 additions and 0 deletions
|
@ -27,6 +27,7 @@
|
|||
|
||||
#include "common/scummsys.h"
|
||||
#include "common/func.h"
|
||||
#include "common/util.h"
|
||||
|
||||
namespace Common {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue