Compilation fix for machineproperties.cpp

This commit is contained in:
dingusdev 2023-12-17 20:04:10 -07:00
parent c3b770ef17
commit 2a0f391113
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
#include "machineproperties.h"
#include <loguru.hpp>
#include <algorithm>
#include <cinttypes>
#include <string>
#include <sstream>