diff Core/RestApi/RestApiCall.cpp @ 1624:0a2ad4a6858f

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