From f74d63ad11c409183c17c1f443fa94b41a459303 Mon Sep 17 00:00:00 2001 From: Johannes Hofmann Date: Sun, 7 Oct 2012 22:43:22 +0200 Subject: fix compilation with fltk-1.3.x --- src/PreviewOutputImage.cxx | 4 ++-- src/ScanImage.cxx | 2 +- src/Stitch.cxx | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/PreviewOutputImage.cxx b/src/PreviewOutputImage.cxx index 3f6443a..560f044 100644 --- a/src/PreviewOutputImage.cxx +++ b/src/PreviewOutputImage.cxx @@ -8,8 +8,8 @@ #include #include -#include -#include +#include +#include #include "PreviewOutputImage.H" diff --git a/src/ScanImage.cxx b/src/ScanImage.cxx index 747da36..39f66a7 100644 --- a/src/ScanImage.cxx +++ b/src/ScanImage.cxx @@ -8,7 +8,7 @@ #include #include -#include +#include #include "ScanImage.H" int diff --git a/src/Stitch.cxx b/src/Stitch.cxx index eeb4562..23bb4ad 100644 --- a/src/Stitch.cxx +++ b/src/Stitch.cxx @@ -12,7 +12,7 @@ #include -#include +#include #include "OutputImage.H" #include "Stitch.H" -- cgit v1.2.3