diff --git a/scripts/adjust_header_paths.sh b/scripts/adjust_header_paths.sh index 96a009c8a..7c3bb376a 100644 --- a/scripts/adjust_header_paths.sh +++ b/scripts/adjust_header_paths.sh @@ -34,5 +34,5 @@ declare -a headers=("fast_atof.h" for i in "${headers[@]}" do - find . -type f -exec sed -i "s,\"$i\",,g" {} \; + find . -type f -exec sed -i "s,<../code/$i>,,g" {} \; done diff --git a/tools/assimp_view/Material.cpp b/tools/assimp_view/Material.cpp index 14f5f7447..f04ea28eb 100644 --- a/tools/assimp_view/Material.cpp +++ b/tools/assimp_view/Material.cpp @@ -53,7 +53,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #include #include #include -#include <../code/StringComparison.h> +#include #include #include