Bug 1292632 part 3: Include <algorithm> in image/SourceBuffer.h, to provide std::min. r=seth

MozReview-Commit-ID: DJvb7Sz4efF
This commit is contained in:
Daniel Holbert
2016-08-05 17:09:48 -07:00
parent 5b19d7b1bb
commit e2e1307cfa

View File

@@ -11,6 +11,7 @@
#ifndef mozilla_image_sourcebuffer_h
#define mozilla_image_sourcebuffer_h
#include <algorithm>
#include "mozilla/Maybe.h"
#include "mozilla/MemoryReporting.h"
#include "mozilla/Mutex.h"