diff Core/DicomFormat/DicomIntegerPixelAccessor.cpp @ 107:3b45473c0a73

replace boost::locale with iconv for debian
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 04 Oct 2012 11:22:20 +0200
parents 6212bf978584
children fe180eae201d
line wrap: on
line diff
--- a/Core/DicomFormat/DicomIntegerPixelAccessor.cpp	Wed Oct 03 17:53:23 2012 +0200
+++ b/Core/DicomFormat/DicomIntegerPixelAccessor.cpp	Thu Oct 04 11:22:20 2012 +0200
@@ -27,6 +27,7 @@
 #include "../OrthancException.h"
 #include <boost/lexical_cast.hpp>
 #include <limits>
+#include <cassert>
 
 namespace Orthanc
 {