added ColorSpace.h include

This commit is contained in:
HuYingzhuo(hugo/hyzboy) 2023-06-21 20:05:32 +08:00
parent 47ba454326
commit 02be1e421e

View File

@ -4,7 +4,6 @@
#include<hgl/type/DataType.h> #include<hgl/type/DataType.h>
#include<hgl/util/cmd/CmdParse.h> #include<hgl/util/cmd/CmdParse.h>
#include<hgl/type/Smart.h> #include<hgl/type/Smart.h>
#include<hgl/graph/ColorSpace.h>
using namespace hgl; using namespace hgl;
using namespace hgl::util; using namespace hgl::util;