]> git.unchartedbackwaters.co.uk Git - francis/stp.git/commitdiff
Patch from Trevor Woerner to compile on OpenSuSE 12.2. thanks
authortrevor_hansen <trevor_hansen@e59a4935-1847-0410-ae03-e826735625c1>
Mon, 11 Feb 2013 12:39:06 +0000 (12:39 +0000)
committertrevor_hansen <trevor_hansen@e59a4935-1847-0410-ae03-e826735625c1>
Mon, 11 Feb 2013 12:39:06 +0000 (12:39 +0000)
git-svn-id: https://stp-fast-prover.svn.sourceforge.net/svnroot/stp-fast-prover/trunk/stp@1670 e59a4935-1847-0410-ae03-e826735625c1

src/to-sat/AIG/BBNodeManagerAIG.h

index a712c41ac9fb59a380b0eec714bcd2c6e035db4b..04796a0e91706aa3d81be29c4825fee16e563f39 100644 (file)
@@ -10,6 +10,7 @@
 #ifndef BBNodeManagerAIG_H_
 #define BBNodeManagerAIG_H_
 
+#include <stdint.h>
 #include "BBNodeAIG.h"
 
 // cnf_short omits some stuff that doesn't compile in g++ that we don't need anyway.