mirror of
https://git.freebsd.org/ports.git
synced 2025-06-18 03:00:42 -04:00
Renaming didn't help to unblock 3.x progress as co-existence with 2.x was no less complex than simply fixing consumers. This commit also restores directory-level history accidentally lost via git-svn. PR: 210505 Pointy hat to: jbeich (should've discussed first)
10 lines
298 B
C++
10 lines
298 B
C++
--- ./modules/contrib/src/spinimages.cpp.orig 2013-10-26 07:55:45.000000000 -0400
|
|
+++ ./modules/contrib/src/spinimages.cpp 2013-10-26 07:56:13.000000000 -0400
|
|
@@ -46,6 +46,7 @@
|
|
#include <functional>
|
|
#include <fstream>
|
|
#include <limits>
|
|
+#include <numeric>
|
|
#include <set>
|
|
|
|
using namespace cv;
|