Subj : src/sbbs3/js_rtpool.cpp js_rtpool.h To : Git commit to main/sbbs/master From : Rob Swindell (on Windows 11) Date : Sun Dec 14 2025 04:15 pm https://gitlab.synchro.net/main/sbbs/-/commit/f6ff50adf63c3cdfcf326844 Modified Files: src/sbbs3/js_rtpool.cpp js_rtpool.h Log Message: Include sbbs.h to get the necessary jsapi headers to resolve GCC warning This resolves GCC warning: ignoring attributes on template argument ‘jsval’ {aka ‘long unsigned int’} [-Wignored-attributes] template<> class AnchorPermitted { }; Fix for issue #1031 (along with previous commit) .