SBU-BMI / SlicerPathology

3D Slicer extension for Pathology segmentation tools
http://bmi.stonybrookmedicine.edu
Other
5 stars 8 forks source link

Windows fix #74

Closed tdiprima closed 7 years ago

tdiprima commented 7 years ago

Windows couldn't find the #include <tr1/unordered_map.h>. They're using Visual Studio 2012 for the Windows build. It uses: #include <unordered_map>. (See Microsoft docs.)

Therefore, we're now checking for the include in ConnComponents.cpp, to get the right one.