diff --git a/swagger/sdrangel/code/qt5/fix/fixhelper.sh b/swagger/sdrangel/code/qt5/fix/fixhelper.sh index d22c6cb73..9fae6f986 100755 --- a/swagger/sdrangel/code/qt5/fix/fixhelper.sh +++ b/swagger/sdrangel/code/qt5/fix/fixhelper.sh @@ -1,2 +1,3 @@ #!/bin/sh -sed -i '1s/^/#include \n/' ${1} +BASEDIR=$(dirname "$0") +sed -i '1s/^/#include \n/' ${BASEDIR}/../client/SWGHelpers.cpp