views: cefclient: Add missing <algorithm> include for std::max

This commit is contained in:
Marshall Greenblatt 2021-09-22 11:14:49 +03:00
parent 1eba937874
commit 0cee138670
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@
#include "tests/cefclient/browser/views_overlay_controls.h"
#include <algorithm>
#include <string>
#include "include/views/cef_box_layout.h"