mirror of
https://github.com/Z3Prover/z3
synced 2025-08-15 15:25:26 +00:00
fix build
This commit is contained in:
parent
006418e027
commit
ca97bfb4b8
3 changed files with 10 additions and 10 deletions
|
@ -16,7 +16,7 @@ Author:
|
|||
Revision History:
|
||||
|
||||
--*/
|
||||
#ifndef SMT_ENODE_H_
|
||||
#pragma once
|
||||
|
||||
#include "ast/ast.h"
|
||||
#include "smt/smt_types.h"
|
||||
|
@ -46,7 +46,7 @@ namespace smt {
|
|||
|
||||
// #define SPARSE_MAP
|
||||
|
||||
#pragma once
|
||||
#ifndef SPARSE_MAP
|
||||
typedef ptr_vector<enode> app2enode_t; // app -> enode
|
||||
#else
|
||||
class app2enode_t : public u_map<enode *> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue