diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt index c922f46..efed392 100644 --- a/examples/CMakeLists.txt +++ b/examples/CMakeLists.txt @@ -21,7 +21,7 @@ if(CMAKE_C_COMPILER_IS_GCC_COMPATIBLE) link_libraries(m) # -lm endif() -file(GLOB SUPPORT_STL_OCC_FILES ${CMAKE_SOURCE_DIR}/src/gmio_support/stl_occ.*) +file(GLOB SUPPORT_STL_OCC_FILES ${CMAKE_SOURCE_DIR}/src/gmio_support/stl_occ_mesh.*) set(SUPPORT_STL_OCC_FILES_FILES ${SUPPORT_STL_OCC_FILES_FILES}) # gmio OpenCascade/STL support diff --git a/examples/occstl_read_file.cpp b/examples/occstl_read_file.cpp index 1e7a2b6..3fbedc5 100644 --- a/examples/occstl_read_file.cpp +++ b/examples/occstl_read_file.cpp @@ -15,7 +15,7 @@ #include #include -#include +#include #include #include diff --git a/examples/occstl_redefine_mesh_creator.cpp b/examples/occstl_redefine_mesh_creator.cpp index f07c56f..fa7ab65 100644 --- a/examples/occstl_redefine_mesh_creator.cpp +++ b/examples/occstl_redefine_mesh_creator.cpp @@ -6,7 +6,7 @@ #include #include -#include +#include #include #include diff --git a/examples/occstl_write_file.cpp b/examples/occstl_write_file.cpp index b64afa0..cb49764 100644 --- a/examples/occstl_write_file.cpp +++ b/examples/occstl_write_file.cpp @@ -14,7 +14,7 @@ #include #include -#include +#include #include #include