Fixed ezminisat C++ errors: undef PRIi64
This commit is contained in:
parent
b8bfa020fa
commit
3fc6c9aac6
1 changed files with 2 additions and 1 deletions
|
@ -17,7 +17,8 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#define __STDC_LIMIT_MACROS 1
|
||||
// MiniSAT needs PRIi64
|
||||
#define __STDC_FORMAT_MACROS 1
|
||||
|
||||
#include "ezminisat.h"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue