Bug 909139 - Define integer types before using them for profiler stubs. r=ms2ger

This commit is contained in:
Jan Beich 2013-08-25 22:10:46 +02:00
parent a8096f4cf2
commit 296b6737d4

View File

@ -57,6 +57,8 @@ class TimeStamp;
#ifndef MOZ_ENABLE_PROFILER_SPS
#include <stdint.h>
struct JSContext;
class JSObject;