diff Framework/Toolbox/DicomStructureSet2.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/DicomStructureSet2.cpp	Fri Oct 04 21:58:13 2019 +0200
+++ b/Framework/Toolbox/DicomStructureSet2.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 "DicomStructureSet2.h"
 
 #include "../Toolbox/LinearAlgebra.h"
@@ -303,3 +305,7 @@
   }
 
 }
+
+#endif 
+// BGO_ENABLE_DICOMSTRUCTURESETLOADER2
+