Add missing includes. (#6207)
authorGereon Kremer <gereon.kremer@cs.rwth-aachen.de>
Thu, 25 Mar 2021 17:34:39 +0000 (18:34 +0100)
committerGitHub <noreply@github.com>
Thu, 25 Mar 2021 17:34:39 +0000 (18:34 +0100)
commitdc764ce250f0d63714dab76f98bc556f00afb9f0
tree8b9fe0825debb75f36b7d48fe09926ebffe99349
parentb3c6975af6354eb027aa52d6a23386b5dd0ef1cd
Add missing includes. (#6207)

This PR adds includes that are missing from source files, but currently provided by other includes.
This mostly concerns <sstream> which is currently included by the statistics, which will change in the future.
17 files changed:
src/expr/proof_node_manager.cpp
src/expr/term_conversion_proof_generator.cpp
src/preprocessing/passes/ho_elim.cpp
src/smt/preprocess_proof_generator.cpp
src/smt/set_defaults.cpp
src/smt/sygus_solver.cpp
src/theory/arith/arith_rewriter.cpp
src/theory/arith/cut_log.cpp
src/theory/arith/operator_elim.cpp
src/theory/quantifiers/extended_rewrite.cpp
src/theory/quantifiers/query_generator.cpp
src/theory/quantifiers/sygus/sygus_grammar_cons.cpp
src/theory/quantifiers/sygus/sygus_grammar_norm.cpp
src/theory/quantifiers/sygus/sygus_process_conj.cpp
src/theory/quantifiers/sygus/term_database_sygus.cpp
src/theory/quantifiers/sygus_sampler.cpp
src/theory/sort_inference.cpp