Fixed compilation errs on Gentoo Linux on behalf of CDim; see issue #632
This commit is contained in:
@@ -61,6 +61,8 @@
|
|||||||
#define ARRAY2D_BYREFERENCE 4
|
#define ARRAY2D_BYREFERENCE 4
|
||||||
#define ARRAY2D_VERBOSE 8
|
#define ARRAY2D_VERBOSE 8
|
||||||
|
|
||||||
|
#include <cstring>
|
||||||
|
|
||||||
template<typename T>
|
template<typename T>
|
||||||
class array2D {
|
class array2D {
|
||||||
|
|
||||||
|
@@ -27,6 +27,8 @@
|
|||||||
#include <safegtk.h>
|
#include <safegtk.h>
|
||||||
#include <options.h>
|
#include <options.h>
|
||||||
|
|
||||||
|
#include <cstring>
|
||||||
|
|
||||||
namespace rtengine {
|
namespace rtengine {
|
||||||
|
|
||||||
const double (*wprofiles[])[3] = {xyz_sRGB, xyz_adobe, xyz_prophoto, xyz_widegamut, xyz_bruce, xyz_beta, xyz_best};
|
const double (*wprofiles[])[3] = {xyz_sRGB, xyz_adobe, xyz_prophoto, xyz_widegamut, xyz_bruce, xyz_beta, xyz_best};
|
||||||
|
@@ -25,6 +25,8 @@
|
|||||||
#include <guiutils.h>
|
#include <guiutils.h>
|
||||||
#include <safegtk.h>
|
#include <safegtk.h>
|
||||||
|
|
||||||
|
#include <cstring>
|
||||||
|
|
||||||
using namespace rtengine;
|
using namespace rtengine;
|
||||||
|
|
||||||
BatchQueue::BatchQueue () : processing(NULL), listener(NULL) {
|
BatchQueue::BatchQueue () : processing(NULL), listener(NULL) {
|
||||||
|
@@ -19,6 +19,8 @@
|
|||||||
#include <batchqueueentry.h>
|
#include <batchqueueentry.h>
|
||||||
#include <thumbbrowserbase.h>
|
#include <thumbbrowserbase.h>
|
||||||
|
|
||||||
|
#include <cstring>
|
||||||
|
|
||||||
BatchQueueEntry::BatchQueueEntry (rtengine::ProcessingJob* pjob, const rtengine::procparams::ProcParams& pparams, Glib::ustring fname, guint8* previmg, int prevw, int prevh, Thumbnail* thumbnail)
|
BatchQueueEntry::BatchQueueEntry (rtengine::ProcessingJob* pjob, const rtengine::procparams::ProcParams& pparams, Glib::ustring fname, guint8* previmg, int prevw, int prevh, Thumbnail* thumbnail)
|
||||||
: ThumbBrowserEntryBase(fname),
|
: ThumbBrowserEntryBase(fname),
|
||||||
opreview(previmg), origpw(prevw), origph(prevh), thumbnail(thumbnail),
|
opreview(previmg), origpw(prevw), origph(prevh), thumbnail(thumbnail),
|
||||||
|
@@ -19,6 +19,8 @@
|
|||||||
#include <crophandler.h>
|
#include <crophandler.h>
|
||||||
#undef THREAD_PRIORITY_NORMAL
|
#undef THREAD_PRIORITY_NORMAL
|
||||||
|
|
||||||
|
#include <cstring>
|
||||||
|
|
||||||
using namespace rtengine;
|
using namespace rtengine;
|
||||||
|
|
||||||
CropHandler::CropHandler ()
|
CropHandler::CropHandler ()
|
||||||
|
@@ -24,6 +24,8 @@
|
|||||||
#include <multilangmgr.h>
|
#include <multilangmgr.h>
|
||||||
#include <LUT.h>
|
#include <LUT.h>
|
||||||
|
|
||||||
|
#include <cstring>
|
||||||
|
|
||||||
extern Glib::ustring argv0;
|
extern Glib::ustring argv0;
|
||||||
|
|
||||||
DiagonalCurveEditor::DiagonalCurveEditor (Glib::ustring text, CurveEditorGroup* ceGroup, CurveEditorSubGroup* ceSubGroup) : CurveEditor::CurveEditor(text, (CurveEditorGroup*) ceGroup, ceSubGroup) {
|
DiagonalCurveEditor::DiagonalCurveEditor (Glib::ustring text, CurveEditorGroup* ceGroup, CurveEditorSubGroup* ceSubGroup) : CurveEditor::CurveEditor(text, (CurveEditorGroup*) ceGroup, ceSubGroup) {
|
||||||
|
@@ -24,6 +24,8 @@
|
|||||||
#include <options.h>
|
#include <options.h>
|
||||||
#include <safegtk.h>
|
#include <safegtk.h>
|
||||||
|
|
||||||
|
#include <cstring>
|
||||||
|
|
||||||
#define CHECKTIME 5000
|
#define CHECKTIME 5000
|
||||||
extern Glib::ustring argv0;
|
extern Glib::ustring argv0;
|
||||||
|
|
||||||
|
@@ -23,6 +23,8 @@
|
|||||||
#include <guiutils.h>
|
#include <guiutils.h>
|
||||||
#include <safegtk.h>
|
#include <safegtk.h>
|
||||||
|
|
||||||
|
#include <cstring>
|
||||||
|
|
||||||
#define CROPRESIZEBORDER 4
|
#define CROPRESIZEBORDER 4
|
||||||
|
|
||||||
bool FileBrowserEntry::iconsLoaded = false;
|
bool FileBrowserEntry::iconsLoaded = false;
|
||||||
|
Reference in New Issue
Block a user