File simgear-boost_1_88.patch of Package SimGear
From a630ad75a62d63563b37df6e4642bee2f7081907 Mon Sep 17 00:00:00 2001
From: James Turner <james@flightgear.org>
Date: Thu, 17 Apr 2025 11:13:55 +0100
Subject: [PATCH] Hotfix/boost 1 88
---
simgear/canvas/layout/BoxLayout.cxx | 2 +-
simgear/nasal/cppbind/NasalHash.hxx | 2 ++
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/simgear/nasal/cppbind/NasalHash.hxx b/simgear/nasal/cppbind/NasalHash.hxx
index 54efc2c51..1734adf68 100644
--- a/simgear/nasal/cppbind/NasalHash.hxx
+++ b/simgear/nasal/cppbind/NasalHash.hxx
@@ -5,6 +5,8 @@
#ifndef SG_NASAL_HASH_HXX_
#define SG_NASAL_HASH_HXX_
+#include <boost/mpl/if.hpp>
+
#include "from_nasal.hxx"
#include "to_nasal.hxx"
--
GitLab