From 92f14410ae5f3205ff708df0227cb0e40c30f4ed 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