From 38a0a71a5549a1f6466f0bb4c65dfaa4625cab8b Mon Sep 17 00:00:00 2001 From: Hugues Delorme Date: Fri, 15 Apr 2016 13:05:36 +0200 Subject: [PATCH] examples: fix build errors --- examples/CMakeLists.txt | 2 +- examples/occstl_read_file.cpp | 2 +- examples/occstl_redefine_mesh_creator.cpp | 2 +- examples/occstl_write_file.cpp | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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