I've been trying to get my stable diffusion working since the last update and I'm having trouble here.

fatal error: 'limits' file not found
#include <limits> // std::nuatal error: 'limits' file not found
#include <limits> // std::numeric_limitsmeric_limits

everything I've found says to install libstdc++ devel.
I've made sure I have libstdc++, libstdc++-32bit, gcc-devel installed I have system.devel installed. I manually reinstalled all the libraries in /usr/lib /usr/lib64 /usr/lib32 /usr/include.
I still can't get it to find the library. I'm not sure how to get this to give me anymore info on where's it's looking for the file.
I'm almost ready to write a script to symlink a copy of limits to every folder in my computer. Please help me

    vecst Which source are you using and how are you starting the build?

    vecst I manually reinstalled all the libraries in /usr/lib /usr/lib64 /usr/lib32 /usr/include.

    How did you do that? That sounds potentially dangerous. I hope using the package manager.

      Staudey

      I'm a dangerous fellow haha. No, I manually added them. Just a few copy commands.
      It's a weird error to get when I had it running previously and if I made a small C file that included limits it was able to find it.

      I just redid the entire setup for stable diffusion and it worked. I don't know what changed after the update that made the old install not find limits. I'm just glad to get it going