Bug 1761509 - Fix missing include that MinGW requires. r=sylvestre

Differential Revision: https://phabricator.services.mozilla.com/D142102
This commit is contained in:
Gian-Carlo Pascutto 2022-03-25 22:20:42 +00:00
Родитель c20fb48b7f
Коммит 0bd9035ceb
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -11,6 +11,7 @@
#include <shobjidl.h>
#include <uxtheme.h>
#include <dwmapi.h>
#include <unordered_map>
// Undo the windows.h damage
#undef GetMessage