comparison Framework/StoneException.h @ 1385:ffe9beb7c5d3

Added LoadInstanceFullVisibility for default-visible RTSTRUCT
author Benjamin Golinvaux <bgo@osimis.io>
date Mon, 27 Apr 2020 16:47:46 +0200
parents 2d8ab34c8c91
children 30deba7bc8e2
comparison
equal deleted inserted replaced
1384:24bcff8ea58f 1385:ffe9beb7c5d3
19 **/ 19 **/
20 20
21 21
22 #pragma once 22 #pragma once
23 23
24 #include "Core/OrthancException.h"
25 #include "Toolbox/LinearAlgebra.h" 24 #include "Toolbox/LinearAlgebra.h"
26 25
26 #include <Core/OrthancException.h>
27
28 #include <boost/lexical_cast.hpp>
29
27 #include <iostream> 30 #include <iostream>
28 #include <boost/lexical_cast.hpp>
29 31
30 namespace OrthancStone 32 namespace OrthancStone
31 { 33 {
32 enum ErrorCode 34 enum ErrorCode
33 { 35 {