From f94ac23e52bda2c3ee5a405ae4262dfbedbe6765 Mon Sep 17 00:00:00 2001 From: Marshall Greenblatt Date: Tue, 15 Oct 2024 14:04:31 -0400 Subject: [PATCH] wrapper: Add missing algorithm include (fixes #3804) --- libcef_dll/wrapper/cef_message_router.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/libcef_dll/wrapper/cef_message_router.cc b/libcef_dll/wrapper/cef_message_router.cc index dcaf964ec..03be5bf46 100644 --- a/libcef_dll/wrapper/cef_message_router.cc +++ b/libcef_dll/wrapper/cef_message_router.cc @@ -4,6 +4,7 @@ #include "include/wrapper/cef_message_router.h" +#include #include #include #include