Add missing include for std::numeric_limits (see #3422)

This commit is contained in:
Marshall Greenblatt 2023-05-26 08:35:09 +00:00
parent 5707889555
commit 29b5999fd7
1 changed files with 2 additions and 0 deletions

View File

@ -31,6 +31,8 @@
#define CEF_INCLUDE_INTERNAL_CEF_TYPES_WRAPPERS_H_
#pragma once
#include <limits>
#include "include/internal/cef_string.h"
#include "include/internal/cef_string_list.h"
#include "include/internal/cef_types.h"