summaryrefslogtreecommitdiff
path: root/src/prop/bvminisat/utils/System.cc
diff options
context:
space:
mode:
authorMathias Preiner <mathias.preiner@gmail.com>2018-09-13 15:17:39 -0700
committerGitHub <noreply@github.com>2018-09-13 15:17:39 -0700
commiteb7f6bf4eb7a84ce0e9c2f6578ce76ecab88d020 (patch)
tree084eb5eb4ad950a04c7f5468d35e27a685f2078a /src/prop/bvminisat/utils/System.cc
parent6ac8972a11047d0d858055ea89aa2acf15e2cfa7 (diff)
Fix #include for minisat headers in bvminisat. (#2463)
Diffstat (limited to 'src/prop/bvminisat/utils/System.cc')
-rw-r--r--src/prop/bvminisat/utils/System.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/prop/bvminisat/utils/System.cc b/src/prop/bvminisat/utils/System.cc
index dab33af3e..aba0a5ac5 100644
--- a/src/prop/bvminisat/utils/System.cc
+++ b/src/prop/bvminisat/utils/System.cc
@@ -18,7 +18,7 @@ DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
**************************************************************************************************/
-#include "utils/System.h"
+#include "prop/bvminisat/utils/System.h"
#if defined(__linux__)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback