mirror of
https://github.com/Z3Prover/z3
synced 2025-06-20 04:43:39 +00:00
includes shouldn't depend on debug/release mode
This commit is contained in:
parent
67647433ba
commit
f80eb6237d
1 changed files with 6 additions and 5 deletions
|
@ -2,6 +2,12 @@
|
||||||
#define POLYSAT_LOG_HPP
|
#define POLYSAT_LOG_HPP
|
||||||
|
|
||||||
|
|
||||||
|
#include <cstdint>
|
||||||
|
#include <iostream>
|
||||||
|
#include <string>
|
||||||
|
#include "math/polysat/log_helper.h"
|
||||||
|
|
||||||
|
|
||||||
// By default, enable logging only in debug mode
|
// By default, enable logging only in debug mode
|
||||||
#ifndef POLYSAT_LOGGING_ENABLED
|
#ifndef POLYSAT_LOGGING_ENABLED
|
||||||
# ifndef NDEBUG
|
# ifndef NDEBUG
|
||||||
|
@ -15,11 +21,6 @@
|
||||||
#if POLYSAT_LOGGING_ENABLED
|
#if POLYSAT_LOGGING_ENABLED
|
||||||
|
|
||||||
|
|
||||||
#include <cstdint>
|
|
||||||
#include <iostream>
|
|
||||||
#include <string>
|
|
||||||
#include "math/polysat/log_helper.h"
|
|
||||||
|
|
||||||
class polysat_log_indent
|
class polysat_log_indent
|
||||||
{
|
{
|
||||||
int m_amount;
|
int m_amount;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue