3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-08 10:25:18 +00:00

turn off a windows warning

This commit is contained in:
Ken McMillan 2014-05-21 16:56:18 -07:00
parent 06b79cd9ea
commit 97c5d09de1

View file

@ -29,6 +29,10 @@ Revision History:
#ifndef IZ3_HASH_H
#define IZ3_HASH_H
#ifdef _WINDOWS
#pragma warning(disable:4267)
#endif
#include <string>
#include <vector>
#include <iterator>