Fix again the problem with C++ abs function

This commit is contained in:
Francesco Abbate 2020-06-29 18:20:36 +02:00
parent bc6cdd7711
commit 0c09419001
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
#ifndef AGG_LCD_DISTRIBUTION_LUT_INCLUDED
#define AGG_LCD_DISTRIBUTION_LUT_INCLUDED
#include <cmath>
#include <cstdlib>
#include "agg_basics.h"