wrapper: Add missing algorithm include (fixes #3804)

This commit is contained in:
Marshall Greenblatt
2024-10-15 14:04:31 -04:00
parent e68b0169a1
commit 92f14410ae

View File

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