archrelease: copy trunk to community-any
[arch-community.git] / sympol / trunk / cddlib-0.94k.patch
blobde4721d4ac7e0a52edde73f05f0354005355ff0c
1 diff -upr SymPol-0.1.9.orig/sympol/raycomputationcdd.cpp SymPol-0.1.9/sympol/raycomputationcdd.cpp
2 --- SymPol-0.1.9.orig/sympol/raycomputationcdd.cpp 2016-05-08 22:52:35.000000000 +0300
3 +++ SymPol-0.1.9/sympol/raycomputationcdd.cpp 2020-12-07 01:19:11.840719385 +0200
4 @@ -25,8 +25,8 @@
5 #include "polyhedron.h"
7 extern "C" {
8 - #include <setoper.h>
9 - #include <cdd.h>
10 + #include <cddlib/setoper.h>
11 + #include <cddlib/cdd.h>
14 #include <ctime>