Skip to content

Commit c62fa2c

Browse files
committed
Fix
1 parent 49c24c0 commit c62fa2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/arjun.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1275,7 +1275,7 @@ class SimplifiedCNF {
12751275
AIG::simplify_aigs(verb, defs);
12761276
}
12771277
const auto& get_aig_mng() const { return aig_mng; }
1278-
void import_candidate_functions(const string& fname, int verb);
1278+
void import_candidate_functions(const std::string& fname, int verb);
12791279

12801280
private:
12811281
bool after_backward_round_synth = false;

0 commit comments

Comments
 (0)