rest-for-physics / framework

The main project containing the core C++ classes defining framework behaviour and primordial analysis and helper tools. It centralises all other rest-for-physics repositories through submodules.
GNU General Public License v3.0
19 stars 11 forks source link

Explicitly include unistd.h #533

Closed lobis closed 4 months ago

lobis commented 4 months ago

lobis Ok: 8 Powered by Pull Request Badge

I installed rest-for-physics in WSL Ubuntu 24.04 and I needed to include this header explicitly, probably due to the version of the compiler or something of that nature. This PR makes sure it's added regardless.