Mercurial > hg > orthanc
changeset 6504:c4978b41f2eb
fix compatibility with webassembly
| author | Sebastien Jodogne <s.jodogne@gmail.com> |
|---|---|
| date | Wed, 26 Nov 2025 12:45:48 +0100 |
| parents | 3b826699c94e |
| children | 8628c32729cf 98344e40904a |
| files | OrthancFramework/UnitTestsSources/FrameworkTests.cpp |
| diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/OrthancFramework/UnitTestsSources/FrameworkTests.cpp Wed Nov 26 09:12:34 2025 +0100 +++ b/OrthancFramework/UnitTestsSources/FrameworkTests.cpp Wed Nov 26 12:45:48 2025 +0100 @@ -46,10 +46,11 @@ # include "../Sources/MetricsRegistry.h" # include "../Sources/SystemToolbox.h" # include "../Sources/TemporaryFile.h" + +# include <boost/thread.hpp> #endif #include <ctype.h> -#include <boost/thread.hpp> using namespace Orthanc;
