We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c82b7dd commit fe6f38aCopy full SHA for fe6f38a
src/test/smt2print_parse.cpp
@@ -10,6 +10,7 @@ Copyright (c) 2015 Microsoft Corporation
10
#include "api/z3.h"
11
#include "util/debug.h"
12
#include <iostream>
13
+#include <cstdlib>
14
15
void test_print(Z3_context ctx, Z3_ast_vector av) {
16
Z3_set_ast_print_mode(ctx, Z3_PRINT_SMTLIB2_COMPLIANT);
0 commit comments