add #include <cmath>

This commit is contained in:
Shinya Kitaoka 2016-04-18 18:51:04 +09:00
parent c12eacf2f3
commit 61dd762587
2 changed files with 4 additions and 2 deletions

View file

@ -21,8 +21,8 @@ int nanosleep(const struct timespec *rqtp, struct timespec *rmtp);
#include <vector>
#include <algorithm>
#include <math.h>
#include <stdlib.h>
#include <cmath>
#include <cstdlib>
//#include "SError.h"
#include "BlurMatrix.h"

View file

@ -29,6 +29,8 @@
#include <QMenu>
#include <QSettings>
#include <cmath>
namespace
{