]> git.pld-linux.org Git - packages/cinepaint.git/blob - cinepaint-gcc.patch
Release 12 (by relup.sh)
[packages/cinepaint.git] / cinepaint-gcc.patch
1 --- cinepaint/plug-ins/icc_examin/icc_examin/icc_cinepaint.cpp.orig     2007-11-29 10:55:21.000000000 +0100
2 +++ cinepaint/plug-ins/icc_examin/icc_examin/icc_cinepaint.cpp  2023-09-01 06:21:02.279247963 +0200
3 @@ -59,7 +59,8 @@
4  #include <cstring>
5  #include <vector>
6  
7 -using namespace std;
8 +using std::cout;
9 +using std::max;
10  
11  
12  extern "C" {
This page took 0.133609 seconds and 3 git commands to generate.