From 5f1a1c64ee062a04f4b6e514e3e22d10b60e4375 Mon Sep 17 00:00:00 2001 From: "Keith T. Garner" Date: Tue, 1 Jun 2021 10:49:11 -0500 Subject: [PATCH] fix compile error on archs openwrt build --- blinkstick-userspace-led-daemon/src/LEDBinding.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/blinkstick-userspace-led-daemon/src/LEDBinding.cpp b/blinkstick-userspace-led-daemon/src/LEDBinding.cpp index 4eb3598..66c84f7 100644 --- a/blinkstick-userspace-led-daemon/src/LEDBinding.cpp +++ b/blinkstick-userspace-led-daemon/src/LEDBinding.cpp @@ -20,6 +20,7 @@ // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE // SOFTWARE. #include +#include #include #include #include