mirror of
https://github.com/Z3Prover/z3
synced 2025-04-08 02:15:19 +00:00
Added #include <algorithm> because VS2013 needs that for std::max/std::min
Signed-off-by: Christoph M. Wintersteiger <cwinter@microsoft.com>
This commit is contained in:
parent
a533527004
commit
0b3e50d6e6
|
@ -19,6 +19,8 @@ Revision History:
|
|||
|
||||
#include <assert.h>
|
||||
|
||||
#include <algorithm>
|
||||
|
||||
#include "iz3scopes.h"
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue