From ad7a207c62b4c6df5690e8289fd1556b105f66ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-Micha=C3=ABl=20Celerier?= Date: Tue, 5 Nov 2024 07:17:40 -0500 Subject: [PATCH] [core] Update manifest --- .well-known/funding-manifest-urls | 2 +- examples/Advanced/Utilities/MapTool.hpp | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.well-known/funding-manifest-urls b/.well-known/funding-manifest-urls index 2ed03860..10f06bc1 100644 --- a/.well-known/funding-manifest-urls +++ b/.well-known/funding-manifest-urls @@ -1 +1 @@ -https://raw.githubusercontent.com/jcelerier/jcelerier/refs/heads/master/funding.json \ No newline at end of file +https://github.com/jcelerier/jcelerier/blob/master/funding.json diff --git a/examples/Advanced/Utilities/MapTool.hpp b/examples/Advanced/Utilities/MapTool.hpp index 24b9d88c..c365b324 100644 --- a/examples/Advanced/Utilities/MapTool.hpp +++ b/examples/Advanced/Utilities/MapTool.hpp @@ -1,7 +1,11 @@ #pragma once #include +#include +#include #include +#include + namespace ao { enum MapToolWrapMode