Mercurial > hg > orthanc
comparison OrthancServer/Sources/LuaScripting.cpp @ 4045:05b8fd21089c framework
fix path
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 10 Jun 2020 21:27:31 +0200 |
parents | d25f4c0fa160 |
children | 318c16cfccab |
comparison
equal
deleted
inserted
replaced
4044:d25f4c0fa160 | 4045:05b8fd21089c |
---|---|
36 | 36 |
37 #include "OrthancConfiguration.h" | 37 #include "OrthancConfiguration.h" |
38 #include "OrthancRestApi/OrthancRestApi.h" | 38 #include "OrthancRestApi/OrthancRestApi.h" |
39 #include "ServerContext.h" | 39 #include "ServerContext.h" |
40 | 40 |
41 #include "../Core/HttpServer/StringHttpOutput.h" | 41 #include "../../OrthancFramework/Sources/HttpServer/StringHttpOutput.h" |
42 #include "../Core/Logging.h" | 42 #include "../../OrthancFramework/Sources/Logging.h" |
43 #include "../Core/Lua/LuaFunctionCall.h" | 43 #include "../../OrthancFramework/Sources/Lua/LuaFunctionCall.h" |
44 | 44 |
45 #include <OrthancServerResources.h> | 45 #include <OrthancServerResources.h> |
46 | 46 |
47 | 47 |
48 namespace Orthanc | 48 namespace Orthanc |