diff --git a/src/tinyexpr.cpp b/src/tinyexpr.cpp index 73ed61b77..884c30f6e 100644 --- a/src/tinyexpr.cpp +++ b/src/tinyexpr.cpp @@ -24,6 +24,7 @@ // This version has been altered and ported to C++ for inclusion in fish. #include "tinyexpr.h" +#include #include #include #include