diff --git a/EtsiServerGen/patches/applyPatches.sh b/EtsiServerGen/patches/applyPatches.sh index 89e9b59de59cdce0e27f11fc2f9f2ae7261bed2d..3c1f6421a8834b8b493b72fe43c8db0a11220a8d 100755 --- a/EtsiServerGen/patches/applyPatches.sh +++ b/EtsiServerGen/patches/applyPatches.sh @@ -7,4 +7,5 @@ patch -u ../api/WorldAnchorsApi.cpp -i fixCppWorldAnchor.patch patch -u ../api/WorldLinksApi.cpp -i fixCppWorldLink.patch patch -u ../model/WorldLink.cpp -i fixCppWorldLinkModel.patch patch -u ../model/WorldAnchor.cpp -i fixCppWorldAnchorModel.patch -patch -u ../model/Trackable.cpp -i fixCppTrackableModel.patch \ No newline at end of file +patch -u ../model/Trackable.cpp -i fixCppTrackableModel.patch +patch -u ../model/helpers.h -i fixHelperHeader.patch \ No newline at end of file diff --git a/EtsiServerGen/patches/fixHelperHeader.patch b/EtsiServerGen/patches/fixHelperHeader.patch new file mode 100644 index 0000000000000000000000000000000000000000..9cd269aa543c8df1fd663ca4c4a30d637d278127 --- /dev/null +++ b/EtsiServerGen/patches/fixHelperHeader.patch @@ -0,0 +1,11 @@ +--- ../../../../world-storage-cpp-server/EtsiServerGen/model/helpers.h 2024-04-15 17:47:05.562444771 +0200 ++++ ../model/helpers.h 2024-04-26 11:02:43.147098575 +0200 +@@ -15,7 +15,7 @@ + #define OPENAPI_MODELS_HELPER_H_ + + +- ++#include <boost/property_tree/ptree.hpp> + #include <string> + #include <map> + #include <vector>