comparison OrthancCppClient/OrthancClientException.h @ 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
30 **/ 30 **/
31 31
32 32
33 #pragma once 33 #pragma once
34 34
35 #include "../Core/OrthancException.h" 35 #include "../Orthanc/Core/OrthancException.h"
36 #include <laaw/laaw.h> 36 #include <laaw/laaw.h>
37 37
38 namespace OrthancClient 38 namespace OrthancClient
39 { 39 {
40 class OrthancClientException : public ::Laaw::LaawException 40 class OrthancClientException : public ::Laaw::LaawException