diff -ur FbdReader.orig/inc/FbdReader.hxx FbdReader/inc/FbdReader.hxx
--- FbdReader.orig/inc/FbdReader.hxx	2022-08-04 11:46:15.000000000 -0500
+++ FbdReader/inc/FbdReader.hxx	2022-08-04 11:48:11.000000000 -0500
@@ -71,7 +71,6 @@
 
 #include <GeomPlate_CurveConstraint.hxx>
 #include <GeomAdaptor_Curve.hxx>
-#include <GeomAdaptor_HCurve.hxx>
 #include <GeomPlate_CurveConstraint.hxx>
 #include <GeomPlate_BuildPlateSurface.hxx>
 #include <GeomPlate_MakeApprox.hxx>
diff -ur FbdReader.orig/src/Makefile FbdReader/src/Makefile
--- FbdReader.orig/src/Makefile	2022-08-03 14:44:50.000000000 -0500
+++ FbdReader/src/Makefile	2022-08-03 14:56:35.000000000 -0500
@@ -9,11 +9,11 @@
 #Example makefile: (Source: https://www.cs.swarthmore.edu/~newhall/unixhelp/howto_makefiles.html)
 
 #Define path to Open Cascade library
-OCCT = /usr/local/opencascade-7.1.0/bin/lin64/gcc/lib
+OCCT = @PREFIX@/lib
 #Define path to Open Cascade headers
-OCCINC = /usr/local/opencascade-7.1.0/inc
+OCCINC = @PREFIX@/include/opencascade
 #Define path to CadReader
-PROGPATH = /usr/local/cgxCadTools/FbdReader
+PROGPATH = ../../FbdReader
 
 # define the C compiler to use
 CC = gcc
@@ -29,7 +29,7 @@
 
 # define any libraries to link into executable: The OpenCASCADE Libraries are in the lib direcory of OpenCASCADE
 LIBS =  -L$(OCCT) \
- -L/usr/local/opencascade-7.1.0/bin/lin64/gcc/lib -lTKBinL -lTKBin -lTKBinTObj -lTKBinXCAF -lTKBool -lTKBO -lTKBRep -lTKCAF \
+ -lTKBinL -lTKBin -lTKBinTObj -lTKBinXCAF -lTKBool -lTKBO -lTKBRep -lTKCAF \
 -lTKCDF -lTKDCAF -lTKDraw -lTKernel -lTKFeat -lTKFillet -lTKG2d -lTKG3d -lTKGeomAlgo -lTKGeomBase -lTKHLR -lTKIGES -lTKLCAF -lTKMath  -lTKMesh \
 -lTKMeshVS -lTKOffset -lTKOpenGl -lTKPrim -lTKQADraw -lTKService -lTKShHealing -lTKStdL -lTKStd -lTKSTEP209 -lTKSTEPAttr -lTKSTEPBase -lTKSTEP \
 -lTKSTL  -lTKTObjDRAW -lTKTObj -lTKTopAlgo -lTKTopTest -lTKV3d -lTKVCAF -lTKViewerTest -lTKVRML -lTKXCAF -lTKXDEDRAW -lTKXDEIGES -lTKXDESTEP \
