From 0c0941900117cc46f1ca935b84f263caefea2899 Mon Sep 17 00:00:00 2001 From: Francesco Abbate Date: Mon, 29 Jun 2020 18:20:36 +0200 Subject: [PATCH] Fix again the problem with C++ abs function --- lib/font_renderer/agg_lcd_distribution_lut.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/font_renderer/agg_lcd_distribution_lut.h b/lib/font_renderer/agg_lcd_distribution_lut.h index 2f794b5a..5e305d70 100644 --- a/lib/font_renderer/agg_lcd_distribution_lut.h +++ b/lib/font_renderer/agg_lcd_distribution_lut.h @@ -18,7 +18,7 @@ #ifndef AGG_LCD_DISTRIBUTION_LUT_INCLUDED #define AGG_LCD_DISTRIBUTION_LUT_INCLUDED -#include +#include #include "agg_basics.h"