3
0
Fork 0
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:
Nuno Lopes 2020-05-30 11:42:27 +01:00
parent ce4e1d3cbb
commit 6a45c5d17c
3 changed files with 15 additions and 22 deletions

View file

@ -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_ */