comparison Core/RestApi/RestApiOutput.cpp @ 1048:648bf1457113

fix build
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 18 Jul 2014 17:18:33 +0200
parents 00f9f36bcd94
children f21f7783f934
comparison
equal deleted inserted replaced
1047:16609969f319 1048:648bf1457113
32 32
33 #include "../PrecompiledHeaders.h" 33 #include "../PrecompiledHeaders.h"
34 #include "RestApiOutput.h" 34 #include "RestApiOutput.h"
35 35
36 #include <boost/lexical_cast.hpp> 36 #include <boost/lexical_cast.hpp>
37 #include <glog/logging.h>
37 38
38 #include "../OrthancException.h" 39 #include "../OrthancException.h"
39 40
40 namespace Orthanc 41 namespace Orthanc
41 { 42 {