mirror of https://github.com/YosysHQ/abc.git
More changes to compile with namespaces.
This commit is contained in:
parent
4de4605836
commit
f6f542c873
|
|
@ -44,4 +44,6 @@ OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWA
|
||||||
|
|
||||||
//=================================================================================================
|
//=================================================================================================
|
||||||
|
|
||||||
|
#include <misc/util/abc_namespaces.h>
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
|
|
@ -24,6 +24,8 @@ OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWA
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|
||||||
|
#include <misc/util/abc_namespaces.h>
|
||||||
|
|
||||||
ABC_NAMESPACE_CXX_HEADER_START
|
ABC_NAMESPACE_CXX_HEADER_START
|
||||||
|
|
||||||
namespace Minisat {
|
namespace Minisat {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue