Fix order of header files for gcc 4.7 (see issue 1575 and issue 1701)
This commit is contained in:
@@ -68,6 +68,7 @@
|
||||
|
||||
#include <cstring>
|
||||
#ifndef NDEBUG
|
||||
#include <glibmm.h>
|
||||
#include <fstream>
|
||||
#endif
|
||||
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
* along with RawTherapee. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include "rt_math.h"
|
||||
#include "rtengine.h"
|
||||
#include "color.h"
|
||||
#include "iccmatrices.h"
|
||||
#include "mytime.h"
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
#include <cmath>
|
||||
#include <algorithm>
|
||||
|
||||
#include "rtengine.h"
|
||||
|
||||
namespace rtengine {
|
||||
static const int MAXVAL = 0xffff;
|
||||
|
||||
Reference in New Issue
Block a user