Bug 892858 - Fix profiler build in Visual Studio 2013. r=snorp

This commit is contained in:
Xavier Fung 2013-07-18 10:13:01 +09:00
parent 19d239e136
commit e6b61de197

View File

@ -10,6 +10,7 @@
#include "mozilla/StandardInteger.h"
#include "jsfriendapi.h"
#include <stdlib.h>
#include <algorithm>
/* we duplicate this code here to avoid header dependencies
* which make it more difficult to include in other places */