FYI, to compile in Ubuntu 24.04 using gcc, I had to add the following include to build: mcsmus/control.cc: ```c++ #include <cstdio> ``` Thanks!