Merge pull request #18 from marrabld/bug_fabs

added #include <math.h> for fabs requirement in label_img.cpp
This commit is contained in:
Yonghye Kwon 2019-10-28 12:49:13 +09:00 committed by GitHub
commit 6ba993d17e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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