changeset 1304:b7fa67bf87fa broker

Fixed broken include
author Benjamin Golinvaux <bgo@osimis.io>
date Wed, 04 Mar 2020 09:44:34 +0100
parents 83af7e562b45
children a5326ce4f24b
files Framework/Radiography/RadiographyTextLayer.cpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Framework/Radiography/RadiographyTextLayer.cpp	Wed Mar 04 09:44:09 2020 +0100
+++ b/Framework/Radiography/RadiographyTextLayer.cpp	Wed Mar 04 09:44:34 2020 +0100
@@ -22,7 +22,7 @@
 
 #include "Core/OrthancException.h"
 #include "RadiographyScene.h"
-#include "Framework/Toolbox/TextRenderer.h"
+#include "../Toolbox/TextRenderer.h"
 
 namespace OrthancStone
 {