Bug 935809 - Part 0: Include assertion header in DoublyLinkedList.h. r=waldo

MozReview-Commit-ID: 4G37uslYlOb
This commit is contained in:
Eric Rahm 2017-04-26 12:19:54 -07:00
parent da57a3e4df
commit 82094ed7f5

View File

@ -12,6 +12,8 @@
#include <algorithm>
#include <iterator>
#include "mozilla/Assertions.h"
/**
* Where mozilla::LinkedList strives for ease of use above all other
* considerations, mozilla::DoublyLinkedList strives for flexibility. The