Skip to content

Commit

Permalink
include mutex
Browse files Browse the repository at this point in the history
Signed-off-by: Nikolaj Bjorner <[email protected]>
  • Loading branch information
NikolajBjorner committed Apr 11, 2024
1 parent c0bdc7c commit 43dd6a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/sat/smt/sls_solver.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ Module Name:
#pragma once

#include <thread>
#include <mutex>
#include "util/rlimit.h"
#include "ast/sls/bv_sls.h"
#include "sat/smt/sat_th.h"
Expand Down

0 comments on commit 43dd6a5

Please sign in to comment.