diff OrthancServer/UnitTestsSources/SizeOfTests.cpp @ 4859:6f780611fc03

fix orthanc framework abi
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 24 Dec 2021 15:34:33 +0100
parents 7053502fbf97
children 3e9a76464e8a 43e613a7756b
line wrap: on
line diff
--- a/OrthancServer/UnitTestsSources/SizeOfTests.cpp	Fri Dec 24 15:32:08 2021 +0100
+++ b/OrthancServer/UnitTestsSources/SizeOfTests.cpp	Fri Dec 24 15:34:33 2021 +0100
@@ -112,6 +112,7 @@
 #include "../../OrthancFramework/Sources/FileStorage/IStorageArea.h"
 #include "../../OrthancFramework/Sources/FileStorage/MemoryStorageArea.h"
 #include "../../OrthancFramework/Sources/FileStorage/StorageAccessor.h"
+#include "../../OrthancFramework/Sources/FileStorage/StorageCache.h"
 #include "../../OrthancFramework/Sources/HttpClient.h"
 #include "../../OrthancFramework/Sources/HttpServer/BufferHttpSender.h"
 #include "../../OrthancFramework/Sources/HttpServer/FilesystemHttpHandler.h"
@@ -143,6 +144,7 @@
 #include "../../OrthancFramework/Sources/Images/ImageTraits.h"
 #include "../../OrthancFramework/Sources/Images/JpegReader.h"
 #include "../../OrthancFramework/Sources/Images/JpegWriter.h"
+#include "../../OrthancFramework/Sources/Images/NumpyWriter.h"
 #include "../../OrthancFramework/Sources/Images/PamReader.h"
 #include "../../OrthancFramework/Sources/Images/PamWriter.h"
 #include "../../OrthancFramework/Sources/Images/PixelTraits.h"