comparison Core/DicomFormat/DicomIntegerPixelAccessor.cpp @ 627:b8f738685ad2

fix for visual studio
author jodogne
date Fri, 25 Oct 2013 13:24:19 +0200
parents 2890721b0f57
children 2d0a347e8cfc
comparison
equal deleted inserted replaced
625:7e7f41a9f33d 627:b8f738685ad2
28 * You should have received a copy of the GNU General Public License 28 * You should have received a copy of the GNU General Public License
29 * along with this program. If not, see <http://www.gnu.org/licenses/>. 29 * along with this program. If not, see <http://www.gnu.org/licenses/>.
30 **/ 30 **/
31 31
32 32
33 #include "DicomIntegerPixelAccessor.h"
34
35 #ifndef NOMINMAX 33 #ifndef NOMINMAX
36 #define NOMINMAX 34 #define NOMINMAX
37 #endif 35 #endif
36
37 #include "DicomIntegerPixelAccessor.h"
38 38
39 #include "../OrthancException.h" 39 #include "../OrthancException.h"
40 #include <boost/lexical_cast.hpp> 40 #include <boost/lexical_cast.hpp>
41 #include <limits> 41 #include <limits>
42 #include <cassert> 42 #include <cassert>