35 lines
1.7 KiB
Diff
35 lines
1.7 KiB
Diff
diff -up cinepaint-0.22-1/plug-ins/pdf/pdf.cpp.gcc43_cine cinepaint-0.22-1/plug-ins/pdf/pdf.cpp
|
|
--- cinepaint-0.22-1/plug-ins/pdf/pdf.cpp.gcc43_cine 2008-02-27 20:21:42.000000000 +0100
|
|
+++ cinepaint-0.22-1/plug-ins/pdf/pdf.cpp 2008-02-27 20:23:24.000000000 +0100
|
|
@@ -36,7 +36,7 @@
|
|
#define PLUG_IN_AUTHOR "Kai-Uwe Behrmann <ku.b@gmx.de>"
|
|
#define PLUG_IN_COPYRIGHT "Copyright 2005-2006 Kai-Uwe Behrmann"
|
|
|
|
-
|
|
+#include <cstring> // strlen strcmp strrchr
|
|
#include "pdf.h"
|
|
#include "pdf_dialog.h"
|
|
|
|
diff -up cinepaint-0.22-1/plug-ins/bracketing_to_hdr/br_core/br_Image.cpp.gcc43_cine cinepaint-0.22-1/plug-ins/bracketing_to_hdr/br_core/br_Image.cpp
|
|
--- cinepaint-0.22-1/plug-ins/bracketing_to_hdr/br_core/br_Image.cpp.gcc43_cine 2008-02-27 19:56:20.000000000 +0100
|
|
+++ cinepaint-0.22-1/plug-ins/bracketing_to_hdr/br_core/br_Image.cpp 2008-02-27 19:57:42.000000000 +0100
|
|
@@ -26,6 +26,7 @@
|
|
*/
|
|
#include <iostream>
|
|
#include <cmath> // pow()
|
|
+#include <cstring> // strlen strcpy
|
|
|
|
#include "br_types.hpp" // ImageID
|
|
#include "br_enums.hpp" // DataType, ReportWhat
|
|
diff -up cinepaint-0.22-1/plug-ins/bracketing_to_hdr/br_core/ResponseSolver.hpp.gcc43_cine cinepaint-0.22-1/plug-ins/bracketing_to_hdr/br_core/ResponseSolver.hpp
|
|
--- cinepaint-0.22-1/plug-ins/bracketing_to_hdr/br_core/ResponseSolver.hpp.gcc43_cine 2008-02-27 20:02:53.000000000 +0100
|
|
+++ cinepaint-0.22-1/plug-ins/bracketing_to_hdr/br_core/ResponseSolver.hpp 2008-02-27 20:03:15.000000000 +0100
|
|
@@ -34,6 +34,7 @@
|
|
|
|
|
|
#include <fstream>
|
|
+#include <cstring> // strlen
|
|
#include "TNT/tnt_misc.hpp" // proof_least_square_fit()
|
|
#include "TNT/tnt_stopwatch.hpp"
|
|
#include "TNT/jama_qr.hpp" // JAMA::QR
|