Explicitly include algorithm in NSWPadTriggerL1a
Hi, here's a small MR to include <algorithm>
explicitly in NSWPadTriggerL1a.
I want to do this because NSWPadTriggerL1a.h
uses std::find
from <algorithm>
in one of the static methods. But the include dependency is awkward to navigate. I can't actually find how it's implicitly included... maybe via another std lib? So I'd rather include it specifically here.