used color/Gamma.h instead of type/ColorSpace.h

This commit is contained in:
HuYingzhuo(hugo/hyzboy) 2023-02-07 23:02:50 +08:00
parent e68ca6df76
commit bcf232e344

View File

@ -1,6 +1,6 @@
#include<iostream> #include<iostream>
#include"ILImage.h" #include"ILImage.h"
#include<hgl/type/ColorSpace.h> #include<hgl/color/Gamma.h>
#include<hgl/filesystem/Filename.h> #include<hgl/filesystem/Filename.h>
using namespace hgl; using namespace hgl;