Skip to content

Commit fe6f38a

Browse files
#6951, fix build
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
1 parent c82b7dd commit fe6f38a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/smt2print_parse.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Copyright (c) 2015 Microsoft Corporation
1010
#include "api/z3.h"
1111
#include "util/debug.h"
1212
#include <iostream>
13+
#include <cstdlib>
1314

1415
void test_print(Z3_context ctx, Z3_ast_vector av) {
1516
Z3_set_ast_print_mode(ctx, Z3_PRINT_SMTLIB2_COMPLIANT);

0 commit comments

Comments
 (0)