Forward declare CieImage

This commit is contained in:
Ingo Weyrich
2019-10-28 15:43:58 +01:00
parent 66191609d6
commit eaf0eeff4e
11 changed files with 15 additions and 12 deletions

View File

@@ -20,6 +20,8 @@
#include <cstddef>
#include <cmath>
#include "cieimage.h"
#include "improcfun.h"
#include "array2D.h"
#include "rt_math.h"