comparison OrthancCppClient/SharedLibrary/SharedLibrary.cpp @ 3:d5027f9f676a

fix build
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 01 Jun 2015 15:12:22 +0200
parents ebc1e38ef615
children
comparison
equal deleted inserted replaced
2:8f22ed9d48d5 3:d5027f9f676a
29 * along with this program. If not, see <http://www.gnu.org/licenses/>. 29 * along with this program. If not, see <http://www.gnu.org/licenses/>.
30 **/ 30 **/
31 31
32 32
33 33
34 #include "../../Core/HttpClient.h" 34 #include "../../Orthanc/Core/HttpClient.h"
35 #include "../OrthancConnection.h" 35 #include "../OrthancConnection.h"
36 36
37 37
38 class SharedLibrarySingleton 38 class SharedLibrarySingleton
39 { 39 {