Bug 939498 - Properly include <algorithm> for std::max. r=bsmith

This commit is contained in:
Landry Breuil 2013-11-18 11:04:13 +01:00
parent 5c7c88bfce
commit df1158db14

View File

@ -46,6 +46,8 @@
#include "secder.h"
#include "keyhi.h"
#include <algorithm>
using namespace mozilla;
using namespace mozilla::psm;