fix: missing <functional> header file added to expression_template.h

This commit is contained in:
Mateusz Pusz
2024-06-10 23:06:34 +02:00
parent ba96794f91
commit b2b64700fb

View File

@@ -29,6 +29,7 @@
#ifndef MP_UNITS_IN_MODULE_INTERFACE
#include <cstdint>
#include <functional>
#endif
namespace mp_units {