From 2131e23c0422bb4c05ddaba73eb692ad97217a53 Mon Sep 17 00:00:00 2001 From: Vasile Vilvoiu Date: Sat, 23 Jul 2022 19:01:37 +0300 Subject: Fix compilation issues. --- src/value-map.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/value-map.cpp') diff --git a/src/value-map.cpp b/src/value-map.cpp index 51e3944..2e1138a 100644 --- a/src/value-map.cpp +++ b/src/value-map.cpp @@ -5,6 +5,7 @@ * it under the terms of the MIT license. See LICENSE for details. */ #include "value-map.hpp" +#include #include ValueMap::ValueMap(double lower, double upper, const std::string& unit) : lower_(lower), upper_(upper), unit_(unit) -- cgit v1.2.3