diff 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
line wrap: on
line diff
--- a/Framework/StoneException.h	Mon Apr 27 10:01:48 2020 +0200
+++ b/Framework/StoneException.h	Mon Apr 27 16:47:46 2020 +0200
@@ -21,11 +21,13 @@
 
 #pragma once
 
-#include "Core/OrthancException.h"
 #include "Toolbox/LinearAlgebra.h"
 
+#include <Core/OrthancException.h>
+
+#include <boost/lexical_cast.hpp>
+
 #include <iostream>
-#include <boost/lexical_cast.hpp>
 
 namespace OrthancStone
 {