mirror of
https://github.com/Z3Prover/z3
synced 2025-04-25 10:05:32 +00:00
Fixing build errors when building test-z3 (#4496)
Signed-off-by: Andrew V. Jones <andrew.jones@vector.com>
This commit is contained in:
parent
e844aef896
commit
9fac010d8e
2 changed files with 3 additions and 2 deletions
|
@ -37,13 +37,13 @@ Notes:
|
|||
#ifndef HEAP_TRIE_H_
|
||||
#define HEAP_TRIE_H_
|
||||
|
||||
#include <cstring>
|
||||
#include "util/map.h"
|
||||
#include "util/vector.h"
|
||||
#include "util/buffer.h"
|
||||
#include "util/statistics.h"
|
||||
#include "util/small_object_allocator.h"
|
||||
|
||||
|
||||
template<typename Key, typename KeyLE, typename KeyHash, typename Value>
|
||||
class heap_trie {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue