SBU-BMI / SlicerPathology

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

PTF #73

Closed tdiprima closed 7 years ago

tdiprima commented 7 years ago

Fixing compile issues on Windows and Mac:

tr1/unordered_map:

(Fix used: Cannot open include file: 'tr1/unordered_map': No such file ...) Added: using namespace std::tr1;

sys/time.h:

Why it doesn't work on Windows: "sys/time.h" Replacement for Windows