]> git.pld-linux.org Git - packages/cinepaint.git/blame - cinepaint-gcc.patch
Release 12 (by relup.sh)
[packages/cinepaint.git] / cinepaint-gcc.patch
CommitLineData
439a0caf
JB
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.091996 seconds and 4 git commands to generate.