Skip to content
This repository was archived by the owner on Oct 25, 2024. It is now read-only.

Commit dc94774

Browse files
authored
Include <cwctype> in full_screen_win_application_handler.cc. (#174)
std::towupper is defined in <cwctype>.
1 parent 39f9d86 commit dc94774

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/desktop_capture/win/full_screen_win_application_handler.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
#include "modules/desktop_capture/win/full_screen_win_application_handler.h"
1212

1313
#include <algorithm>
14+
#include <cwctype>
1415
#include <memory>
1516
#include <string>
1617
#include <vector>

0 commit comments

Comments
 (0)