1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
|
Description: Patch to add headers for Resource objects
Author: Alastair McKinstry <mckinstry@debian.org>
Last-Updated: 2025-05-19
Forwarded: no
--- a/mir/src/mir/caching/WeightCache.cc
+++ b/mir/src/mir/caching/WeightCache.cc
@@ -9,6 +9,8 @@
* does it submit to any jurisdiction.
*/
+#include "eckit/config/Resource.h"
+#include "eckit/config/ResourceMgr.h"
#include "mir/caching/WeightCache.h"
--- a/mir/src/mir/caching/LegendreCache.cc
+++ b/mir/src/mir/caching/LegendreCache.cc
@@ -9,6 +9,8 @@
* does it submit to any jurisdiction.
*/
+#include "eckit/config/Resource.h"
+#include "eckit/config/ResourceMgr.h"
#include "mir/caching/LegendreCache.h"
|