mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 11:55:51 +00:00
fix build with prehistorical compilers because of pip/manylinux
This commit is contained in:
parent
ce4e1d3cbb
commit
6a45c5d17c
3 changed files with 15 additions and 22 deletions
|
@ -16,11 +16,11 @@ Author:
|
|||
Revision History:
|
||||
|
||||
--*/
|
||||
#ifndef HEAP_H_
|
||||
#define HEAP_H_
|
||||
#pragma once
|
||||
|
||||
#include "util/vector.h"
|
||||
#include "util/debug.h"
|
||||
#include <cstring>
|
||||
|
||||
template<typename LT>
|
||||
class heap : private LT {
|
||||
|
@ -290,6 +290,3 @@ public:
|
|||
|
||||
|
||||
};
|
||||
|
||||
#endif /* HEAP_H_ */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue