diff OrthancServer/LuaScripting.cpp @ 4030:100fbe970762

DANGEROUS commit: removing HAS_EMBEDDED_RESOURCES
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 09 Jun 2020 20:50:20 +0200
parents 0e3849268a55
children e3b3af80732d
line wrap: on
line diff
--- a/OrthancServer/LuaScripting.cpp	Tue Jun 09 16:40:43 2020 +0200
+++ b/OrthancServer/LuaScripting.cpp	Tue Jun 09 20:50:20 2020 +0200
@@ -42,7 +42,7 @@
 #include "../Core/Logging.h"
 #include "../Core/Lua/LuaFunctionCall.h"
 
-#include <EmbeddedResources.h>
+#include <OrthancEmbeddedResources.h>
 
 
 namespace Orthanc