3
0
Fork 0
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:
Christoph M. Wintersteiger 2013-12-17 13:53:10 +00:00
parent a533527004
commit 0b3e50d6e6

View file

@ -19,6 +19,8 @@ Revision History:
#include <assert.h>
#include <algorithm>
#include "iz3scopes.h"