3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-28 19:35:50 +00:00

fix debian amd64 warnings

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2015-05-18 15:17:21 -07:00
parent c17fd2d516
commit 203c5015c8
9 changed files with 15 additions and 13 deletions

View file

@ -36,7 +36,7 @@ Notes:
#include"model_v2_pp.h"
#include"tactic.h"
#include"ast_pp.h"
#include<strstream>
#include<sstream>
struct goal2sat::imp {
struct frame {