diff OrthancServer/Scheduler/ServerJob.cpp @ 1624:0a2ad4a6858f

fix missing precompiled headers
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 18 Sep 2015 12:37:58 +0200
parents bd1889029cbb
children b1291df2f780
line wrap: on
line diff
--- a/OrthancServer/Scheduler/ServerJob.cpp	Fri Sep 18 10:39:43 2015 +0200
+++ b/OrthancServer/Scheduler/ServerJob.cpp	Fri Sep 18 12:37:58 2015 +0200
@@ -30,6 +30,7 @@
  **/
 
 
+#include "../PrecompiledHeadersServer.h"
 #include "ServerJob.h"
 
 #include "../../Core/OrthancException.h"