Skip to content

Commit

Permalink
#6951, fix build
Browse files Browse the repository at this point in the history
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
  • Loading branch information
NikolajBjorner committed Oct 30, 2023
1 parent c82b7dd commit fe6f38a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/test/smt2print_parse.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Copyright (c) 2015 Microsoft Corporation
#include "api/z3.h"
#include "util/debug.h"
#include <iostream>
#include <cstdlib>

void test_print(Z3_context ctx, Z3_ast_vector av) {
Z3_set_ast_print_mode(ctx, Z3_PRINT_SMTLIB2_COMPLIANT);
Expand Down

0 comments on commit fe6f38a

Please sign in to comment.