wrapper: Add missing algorithm include (fixes #3804)
This commit is contained in:
parent
745a4d6e3b
commit
f94ac23e52
|
@ -4,6 +4,7 @@
|
|||
|
||||
#include "include/wrapper/cef_message_router.h"
|
||||
|
||||
#include <algorithm>
|
||||
#include <limits>
|
||||
#include <map>
|
||||
#include <set>
|
||||
|
|
Loading…
Reference in New Issue