[Scummvm-git-logs] scummvm master -> ab12e7fe0177e689c347b0b8942e9883015a74aa
lephilousophe
noreply at scummvm.org
Sun Oct 30 18:39:31 UTC 2022
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
ab12e7fe01 COMMON: Fix a missing str.h include
Commit: ab12e7fe0177e689c347b0b8942e9883015a74aa
https://github.com/scummvm/scummvm/commit/ab12e7fe0177e689c347b0b8942e9883015a74aa
Author: Le Philousophe (lephilousophe at users.noreply.github.com)
Date: 2022-10-30T19:38:35+01:00
Commit Message:
COMMON: Fix a missing str.h include
It's not included anymore in util.h
Changed paths:
test/common/algorithm.h
diff --git a/test/common/algorithm.h b/test/common/algorithm.h
index 13c0a15b3f5..9a79e8e101f 100644
--- a/test/common/algorithm.h
+++ b/test/common/algorithm.h
@@ -4,6 +4,7 @@
#include "common/func.h"
#include "common/algorithm.h"
#include "common/list.h"
+#include "common/str.h"
class AlgorithmTestSuite : public CxxTest::TestSuite {
template<typename T, class StrictWeakOrdering>
More information about the Scummvm-git-logs
mailing list