mirror of https://github.com/YosysHQ/yosys.git
Fixed ezminisat C++ errors: undef PRIi64
This commit is contained in:
parent
b8bfa020fa
commit
3fc6c9aac6
|
@ -17,7 +17,8 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#define __STDC_LIMIT_MACROS 1
|
||||
// MiniSAT needs PRIi64
|
||||
#define __STDC_FORMAT_MACROS 1
|
||||
|
||||
#include "ezminisat.h"
|
||||
|
||||
|
|
Loading…
Reference in New Issue