Forward declare Image8

This commit is contained in:
Ingo Weyrich
2019-10-29 11:44:00 +01:00
parent 54b6b53e12
commit e92a99350b
13 changed files with 18 additions and 11 deletions

View File

@@ -23,9 +23,11 @@
* also distributed under the GPL V3+
*/
#include "gamutwarning.h"
#include <iostream>
#include "gamutwarning.h"
#include "image8.h"
namespace rtengine {
GamutWarning::GamutWarning(cmsHPROFILE iprof, cmsHPROFILE gamutprof, RenderingIntent intent, bool gamutbpc):