Bug 1155624 - follow up: MSVC requires including <algorithm> for std::max. CLOSED TREE

This commit is contained in:
Jacek Caban 2015-04-20 18:41:12 +02:00
Родитель 32e981896d
Коммит af0f3ae86c
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -8,6 +8,7 @@
#if defined(HAVE_CONFIG_H)
#include "config.h"
#endif
#include <algorithm>
#include <windows.h>
#include <mmdeviceapi.h>
#include <windef.h>