diff --git a/src/util/mpfx.h b/src/util/mpfx.h index 2320426d5..52775de2a 100644 --- a/src/util/mpfx.h +++ b/src/util/mpfx.h @@ -16,7 +16,7 @@ Author: Revision History: --*/ -#ifndef MPFX_H_ +#pragma once #include "util/id_gen.h" #include "util/util.h" @@ -379,7 +379,7 @@ public: */ void to_mpq(mpfx const & n, unsynch_mpq_manager & m, mpq & t); -#pragma once +#ifndef SINGLE_THREAD /** \brief Convert n into a mpq numeral. */