mitkDicomSeriesReader has a protected template method. The implementation could be moved from the .h to the .cpp file to avoid the GDCM include in the header.
Reason: GDCM uses std::transform which is known for causing troubles depending on other header files like <locale>, see http://coding.derkeiler.com/Archive/C_CPP/comp.lang.cpp/2004-05/3977.html for a discussion of this.