diff OrthancServer/main.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 f57802f8b4dc 83489fddd8c5
line wrap: on
line diff
--- a/OrthancServer/main.cpp	Mon Jun 02 12:03:46 2014 +0200
+++ b/OrthancServer/main.cpp	Mon Jun 02 12:15:45 2014 +0200
@@ -30,7 +30,7 @@
  **/
 
 
-#include "../Core/PrecompiledHeaders.h"
+#include "PrecompiledHeadersServer.h"
 #include "OrthancRestApi/OrthancRestApi.h"
 
 #include <fstream>