From 80c6cdae1879e0f6922cc12af5953084154da781 Mon Sep 17 00:00:00 2001 From: Gabe Black Date: Sun, 22 Apr 2012 05:20:44 -0700 Subject: base: Include cassert in trie.hh. trie.hh uses assert, but it wasn't explicitly including cassert. --- src/base/trie.hh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/base') diff --git a/src/base/trie.hh b/src/base/trie.hh index a5aca2c6f..e6b2881ab 100644 --- a/src/base/trie.hh +++ b/src/base/trie.hh @@ -31,6 +31,8 @@ #ifndef __BASE_TRIE_HH__ #define __BASE_TRIE_HH__ +#include + #include "base/cprintf.hh" #include "base/misc.hh" #include "base/types.hh" -- cgit v1.2.3