changeset 821:a60cbe355d79

fix
author Alain Mazy <am@orthanc.team>
date Tue, 02 Jun 2026 14:45:33 +0200
parents e0927885ff73
children bc28366a0be3
files Resources/Orthanc/CMake/EmbedResources.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Resources/Orthanc/CMake/EmbedResources.py	Tue Jun 02 14:01:06 2026 +0200
+++ b/Resources/Orthanc/CMake/EmbedResources.py	Tue Jun 02 14:45:33 2026 +0200
@@ -277,7 +277,7 @@
 elif FRAMEWORK_PATH != None:
     cpp.write('#include "%s/OrthancException.h"' % FRAMEWORK_PATH)
 else:
-    cpp.write('#include "OrthancFrameworkException.h"')
+    cpp.write('#include <OrthancException.h>')
 
 cpp.write("""
 #include <stdint.h>