aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorJohannes Schickel2010-03-20 12:13:37 +0000
committerJohannes Schickel2010-03-20 12:13:37 +0000
commita0f90fd603bfa474ed8082ca18b272ad1b490578 (patch)
treef5f8f89159c939b258ffd5a970fac5afe3ed690d /common
parent9015be816584165d428cdecaf434f30934b35f22 (diff)
downloadscummvm-rg350-a0f90fd603bfa474ed8082ca18b272ad1b490578.tar.gz
scummvm-rg350-a0f90fd603bfa474ed8082ca18b272ad1b490578.tar.bz2
scummvm-rg350-a0f90fd603bfa474ed8082ca18b272ad1b490578.zip
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
Diffstat (limited to 'common')
-rw-r--r--common/algorithm.h1
1 files changed, 1 insertions, 0 deletions
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 {