From f588c5a07182e0695307f2042552a91fe88666fe Mon Sep 17 00:00:00 2001 From: askmyteapot <62238146+askmyteapot@users.noreply.github.com> Date: Mon, 20 Jul 2026 08:51:51 +1000 Subject: [PATCH] Update tensor.hpp -fix build removing core/ from rng.hpp --- otherarch/sdcpp/src/core/tensor.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/otherarch/sdcpp/src/core/tensor.hpp b/otherarch/sdcpp/src/core/tensor.hpp index ba5dc137a..b385ce02d 100644 --- a/otherarch/sdcpp/src/core/tensor.hpp +++ b/otherarch/sdcpp/src/core/tensor.hpp @@ -16,7 +16,7 @@ #include #include -#include "core/rng.hpp" +#include "rng.hpp" namespace sd {