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
parent 32e981896d
commit af0f3ae86c

View File

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