Salome HOME
merge from master
[tools/sat_salome.git] / products / patches / planegcs-0.20.p02.patch
1 --- planegcs-0.20_ref/planegcs/GCS.cpp  2022-09-30 13:30:52.206867543 +0200
2 +++ planegcs-0.20_dev/planegcs/GCS.cpp  2022-09-30 14:03:08.348487061 +0200
3 @@ -95,14 +95,14 @@
4  #define CASE_NOT_IMP(X) case X: { subsystemfile << "//" #X "not yet implemented" << std::endl; break; }
5  #endif
6  
7 -#include <FCConfig.h>
8 +//#include <FCConfig.h>
9  #ifdef _GCS_USE_STL_OUTPUT
10  #include <cstdio>
11  #else
12  #include <Base/Console.h>
13  #endif
14  
15 -#include <boost_graph_adjacency_list.hpp>
16 +#include <boost/graph/adjacency_list.hpp>
17  #include <boost/graph/connected_components.hpp>
18  
19  namespace GCS