3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-26 02:25:32 +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

@ -15,6 +15,7 @@ Notes:
#include "math/simplex/bit_matrix.h"
#include "util/stopwatch.h"
#include <cstring>
bit_matrix::col_iterator bit_matrix::row::begin() const {