repo.or.cz
/
aur-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
updated on Sun Jan 15 20:01:04 UTC 2012
[aur-mirror.git]
/
frobby
/
missing-include.patch
blob
3736763f1576ab9e031fafdc6343a63f98f63142
1
--- src/test/TestSuite.cpp.orig 2009-12-12 12:28:46.597715010 +0100
2
+++ src/test/TestSuite.cpp 2009-12-12 12:29:09.597712564 +0100
3
@@ -18,6 +18,7 @@
4
#include "TestSuite.h"
5
6
#include "TestVisitor.h"
7
+#include <algorithm>
8
9
TestSuite::TestSuite(const string& name):
10
Test(name) {