From a0f90fd603bfa474ed8082ca18b272ad1b490578 Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Sat, 20 Mar 2010 12:13:37 +0000 Subject: 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 --- common/algorithm.h | 1 + 1 file changed, 1 insertion(+) (limited to 'common') diff --git a/common/algorithm.h b/common/algorithm.h index 70e74e5b9b..3a66efedba 100644 --- a/common/algorithm.h +++ b/common/algorithm.h @@ -27,6 +27,7 @@ #include "common/scummsys.h" #include "common/func.h" +#include "common/util.h" namespace Common { -- cgit v1.2.3