diff Framework/Toolbox/DicomStructurePolygon2.cpp @ 1029:0f100d0b9caf

merge
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 04 Oct 2019 21:58:30 +0200
parents 29f5f2031310
children 2d8ab34c8c91
line wrap: on
line diff
--- a/Framework/Toolbox/DicomStructurePolygon2.cpp	Fri Oct 04 21:58:13 2019 +0200
+++ b/Framework/Toolbox/DicomStructurePolygon2.cpp	Fri Oct 04 21:58:30 2019 +0200
@@ -18,6 +18,8 @@
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
  **/
 
+#ifdef BGO_ENABLE_DICOMSTRUCTURESETLOADER2
+
 #include "DicomStructurePolygon2.h"
 
 #include "../Toolbox/LinearAlgebra.h"
@@ -297,3 +299,7 @@
 
 
 }
+
+#endif 
+// BGO_ENABLE_DICOMSTRUCTURESETLOADER2
+