diff --git a/Dockerfile b/Dockerfile index b82501f..3ff9bbc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # 导入代码库镜像 视包含的代码库多少编译后的镜像可包含部分至全部GCTL代码库内容 -FROM gctl:2.0.4 AS gctl_library +FROM gctl:2.0.6 AS gctl_library FROM gctl_mesh:2.0 AS gctl_mesh_library FROM gctl_optimization:2.0 AS gctl_optimization_library FROM gctl_ai:2.0 AS gctl_ai_library diff --git a/dsviewer/dsviewer.h b/dsviewer/dsviewer.h index 4d178b5..75d4c91 100644 --- a/dsviewer/dsviewer.h +++ b/dsviewer/dsviewer.h @@ -29,6 +29,7 @@ #define GCTL_DSVIEWER_H #include +#include "gctl/core/vector_wrapper.h" #include "gctl/io.h" using namespace gctl; diff --git a/gmsh2vtk/func_msh2vtk.h b/gmsh2vtk/func_msh2vtk.h index 8fb0ce1..8464703 100644 --- a/gmsh2vtk/func_msh2vtk.h +++ b/gmsh2vtk/func_msh2vtk.h @@ -38,6 +38,7 @@ #include "vector" #include "map" +#include "gctl/core/vector_wrapper.h" #include "gctl/io.h" #include "gctl/utility.h" diff --git a/grd2xyz/grd2xyz.cpp b/grd2xyz/grd2xyz.cpp index 10065c2..c972231 100644 --- a/grd2xyz/grd2xyz.cpp +++ b/grd2xyz/grd2xyz.cpp @@ -25,6 +25,7 @@ * Also add information on how to contact you by electronic and paper mail. ******************************************************/ +#include "gctl/core/vector_wrapper.h" #include "gctl/io.h" #include "gctl/utility.h" diff --git a/nc2other/nc2other.cpp b/nc2other/nc2other.cpp index 373e718..21cbaf6 100644 --- a/nc2other/nc2other.cpp +++ b/nc2other/nc2other.cpp @@ -25,6 +25,7 @@ * Also add information on how to contact you by electronic and paper mail. ******************************************************/ +#include "gctl/core/vector_wrapper.h" #include "gctl/io.h" #include "gctl/utility.h" diff --git a/ncget/ncget.cpp b/ncget/ncget.cpp index a84b502..216f935 100644 --- a/ncget/ncget.cpp +++ b/ncget/ncget.cpp @@ -25,6 +25,7 @@ * Also add information on how to contact you by electronic and paper mail. ******************************************************/ +#include "gctl/core/vector_wrapper.h" #include "gctl/io.h" #include "gctl/utility.h" diff --git a/ncinfo/ncinfo.cpp b/ncinfo/ncinfo.cpp index 93fa36a..4d14168 100644 --- a/ncinfo/ncinfo.cpp +++ b/ncinfo/ncinfo.cpp @@ -25,6 +25,7 @@ * Also add information on how to contact you by electronic and paper mail. ******************************************************/ +#include "gctl/core/vector_wrapper.h" #include "gctl/io.h" #include "gctl/utility.h" diff --git a/txtinfo/txtinfo.cpp b/txtinfo/txtinfo.cpp index 128fe62..ad1ffdd 100644 --- a/txtinfo/txtinfo.cpp +++ b/txtinfo/txtinfo.cpp @@ -25,6 +25,7 @@ * Also add information on how to contact you by electronic and paper mail. ******************************************************/ +#include "gctl/core/vector_wrapper.h" #include "gctl/io.h" #include "gctl/utility.h"