Skip to content

Commit

Permalink
Add patch to DCPLib code to fix a missing include
Browse files Browse the repository at this point in the history
  • Loading branch information
robbr48 committed Oct 17, 2024
1 parent 97138db commit 5cd2b7d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion dependencies/setupDCPLib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ xercesdir=${basedir}/xerces
# Download and verify
./download-dependencies.py ${name}

#Patch code (remove when bug is fixed)
sed -i '22i#include <dcp/model/constant/DcpPduType.hpp>' ${codedir}/include/core/dcp/model/LogEntry.hpp

# Include general settings
source setHopsanBuildPaths.sh

Expand All @@ -29,4 +32,4 @@ cmake --build . --target install

# Return to basedir
cd $basedir
echo "setupDCPLib.sh done!"
echo "setupDCPLib.sh done!"

0 comments on commit 5cd2b7d

Please sign in to comment.