add missing cmath include

This commit is contained in:
2024-06-24 18:11:23 +02:00
parent 033b8bb211
commit a1f35384cd

View File

@@ -1,4 +1,5 @@
#pragma once
#include <cmath>
#include <cstdlib>
namespace trnr {