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

MozReview-Commit-ID: 4G37uslYlOb
This commit is contained in:
Eric Rahm 2017-05-03 19:22:39 -07:00
Родитель 82de893b0a
Коммит 14b9ff6984
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -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