wrapper: Add missing algorithm include (fixes #3804)

This commit is contained in:
Marshall Greenblatt 2024-10-15 14:04:31 -04:00
parent 745a4d6e3b
commit f94ac23e52
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@
#include "include/wrapper/cef_message_router.h"
#include <algorithm>
#include <limits>
#include <map>
#include <set>