From 43dd73a9ca2b9ac78c30fd32784438d402c20c94 Mon Sep 17 00:00:00 2001 From: Eric Rahm Date: Tue, 2 May 2017 14:21:52 -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