From 14908322a93b55e8aec87a0880b3a9768508f601 Mon Sep 17 00:00:00 2001 From: Fabian Homborg Date: Mon, 14 Dec 2020 23:23:00 +0100 Subject: [PATCH] Also include fallback.h GRrrrrr --- src/tinyexpr.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/tinyexpr.cpp b/src/tinyexpr.cpp index 4de6453f2..edff3c6c1 100644 --- a/src/tinyexpr.cpp +++ b/src/tinyexpr.cpp @@ -23,6 +23,7 @@ */ // This version has been altered and ported to C++ for inclusion in fish. +#include "fallback.h" // IWYU pragma: keep #include "tinyexpr.h" #include "wutil.h"