added #include <math.h> for fabs requirement in label_img.cpp

This commit is contained in:
Dan Marrable 2019-10-28 11:29:39 +08:00
parent ae9cbc10c4
commit de033da0e9

View File

@ -1,5 +1,6 @@
#include "label_img.h"
#include <QPainter>
#include <math.h> /* fabs */
using std::ifstream;