Bug 820048 - Added missing math.h (mingw fixup).

This commit is contained in:
Jacek Caban 2014-03-31 13:21:59 +02:00
parent 2af0aa900e
commit 046703f3a5

View File

@ -40,6 +40,7 @@
#endif
#include <stdint.h>
#include <math.h>
#include "mozilla/unused.h"
#include "mozilla/TimeStamp.h"
#include "mozilla/Mutex.h"