diff --git a/Source/Integration/StringDecoder.h b/Source/Integration/StringDecoder.h index b5d2abc8..79378c0c 100644 --- a/Source/Integration/StringDecoder.h +++ b/Source/Integration/StringDecoder.h @@ -1,7 +1,7 @@ #pragma once #include "CoreMinimal.h" -#include "lpx-basewriter.hpp" +#include "lpx-basebuffer.hpp" ///////////////////////////////////////////////////// // diff --git a/luprex-install.sh b/luprex-install.sh index e75119b7..8bd7e74f 100755 --- a/luprex-install.sh +++ b/luprex-install.sh @@ -12,7 +12,7 @@ LUPREX=$HOME/luprex rm -f Source/Integration/lpx-*.hpp rm -f Source/Integration/lpx-*.cpp -echo '#include "'$LUPREX'/ext/base-writer.hpp"' > Source/Integration/lpx-basewriter.hpp +echo '#include "'$LUPREX'/ext/base-buffer.hpp"' > Source/Integration/lpx-basebuffer.hpp echo '#include "'$LUPREX'/cpp/drv/drvutil.hpp"' > Source/Integration/lpx-drvutil.hpp echo '#include "'$LUPREX'/cpp/drv/drvutil.cpp"' > Source/Integration/lpx-drvutil.cpp echo '#include "'$LUPREX'/cpp/core/enginewrapper.hpp"' > Source/Integration/lpx-enginewrapper.hpp