From 14b9ff6984a512987fb59ab68f0f99c77d14dc1b Mon Sep 17 00:00:00 2001 From: Eric Rahm Date: Wed, 3 May 2017 19:22:39 -0700 Subject: [PATCH] Bug 935809 - Part 0: Include assertion header in DoublyLinkedList.h. r=waldo MozReview-Commit-ID: 4G37uslYlOb --- mfbt/DoublyLinkedList.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mfbt/DoublyLinkedList.h b/mfbt/DoublyLinkedList.h index 3d4cc3c4da84..d5db36131009 100644 --- a/mfbt/DoublyLinkedList.h +++ b/mfbt/DoublyLinkedList.h @@ -12,6 +12,8 @@ #include #include +#include "mozilla/Assertions.h" + /** * Where mozilla::LinkedList strives for ease of use above all other * considerations, mozilla::DoublyLinkedList strives for flexibility. The