base: Include cassert in trie.hh.
trie.hh uses assert, but it wasn't explicitly including cassert.
This commit is contained in:
parent
29329e61b7
commit
80c6cdae18
1 changed files with 2 additions and 0 deletions
|
@ -31,6 +31,8 @@
|
|||
#ifndef __BASE_TRIE_HH__
|
||||
#define __BASE_TRIE_HH__
|
||||
|
||||
#include <cassert>
|
||||
|
||||
#include "base/cprintf.hh"
|
||||
#include "base/misc.hh"
|
||||
#include "base/types.hh"
|
||||
|
|
Loading…
Reference in a new issue