comparison OrthancServer/ParsedDicomFile.cpp @ 831:84513f2ee1f3

pch for unit tests and server
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 02 Jun 2014 12:15:45 +0200
parents a811bdf8b8eb
children 839be3022203
comparison
equal deleted inserted replaced
830:6c6e3c18799c 831:84513f2ee1f3
70 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 70 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
71 71
72 =========================================================================*/ 72 =========================================================================*/
73 73
74 74
75 #include "../Core/PrecompiledHeaders.h" 75 #include "PrecompiledHeadersServer.h"
76 76
77 #ifndef NOMINMAX 77 #ifndef NOMINMAX
78 #define NOMINMAX 78 #define NOMINMAX
79 #endif 79 #endif
80 80